Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
Date: Sat, 18 Aug 2018 15:23:35
Message-Id: 1534605780.21255376e6dfa7de6fbc4c4b45b4b5c4cfbd4969.asturm@gentoo
1 commit: 21255376e6dfa7de6fbc4c4b45b4b5c4cfbd4969
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 14:52:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 15:23:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21255376
7
8 media-libs/game-music-emu: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
16 index 70c22bbe3c9..116ab63d0cd 100644
17 --- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
18 +++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
19 @@ -1,7 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26 +
27 inherit cmake-multilib
28
29 DESCRIPTION="Video game music file emulators"
30 @@ -13,4 +14,4 @@ SLOT="0"
31 KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
32 IUSE=""
33
34 -DOCS="changes.txt design.txt gme.txt readme.txt"
35 +DOCS=( changes.txt design.txt gme.txt readme.txt )