summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-30 10:41:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-30 10:58:24 +0100
commita3a34b27c90e56798734702f48820d458334493f (patch)
treed2a63a5f838c03c8469c02331f369d56e80b8852 /media-sound
parentmedia-sound/mp3info: EAPI-7 bump, https (diff)
downloadgentoo-a3a34b27c90e56798734702f48820d458334493f.tar.gz
gentoo-a3a34b27c90e56798734702f48820d458334493f.tar.bz2
gentoo-a3a34b27c90e56798734702f48820d458334493f.zip
media-sound/mikmod: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mikmod/mikmod-3.2.8.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/media-sound/mikmod/mikmod-3.2.8.ebuild b/media-sound/mikmod/mikmod-3.2.8.ebuild
index 3bac2834ab08..c4356cddee7a 100644
--- a/media-sound/mikmod/mikmod-3.2.8.ebuild
+++ b/media-sound/mikmod/mikmod-3.2.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="A console MOD-Player based on libmikmod"
HOMEPAGE="http://mikmod.sourceforge.net/"
@@ -12,8 +12,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND=">=media-libs/libmikmod-3.3
+DEPEND="
+ >=media-libs/libmikmod-3.3
>=sys-libs/ncurses-5.7-r7:0="
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
-DOCS="AUTHORS NEWS README"
+DOCS=( AUTHORS NEWS README )