From: Andreas Sturmlechner Date: Sat, 18 Aug 2018 14:52:52 +0000 (+0200) Subject: media-libs/game-music-emu: EAPI-6 bump X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21255376e6dfa7de6fbc4c4b45b4b5c4cfbd4969;p=gentoo.git media-libs/game-music-emu: EAPI-6 bump Package-Manager: Portage-2.3.47, Repoman-2.3.10 --- 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 index 70c22bbe3c9e..116ab63d0cd2 100644 --- 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 @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit cmake-multilib DESCRIPTION="Video game music file emulators" @@ -13,4 +14,4 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -DOCS="changes.txt design.txt gme.txt readme.txt" +DOCS=( changes.txt design.txt gme.txt readme.txt )