diff options
-rw-r--r-- | media-sound/modplugtools/modplugtools-0.5.1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/modplugtools/modplugtools-0.5.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/modplugtools/modplugtools-0.5.1.ebuild b/media-sound/modplugtools/modplugtools-0.5.1.ebuild index df70b05c35e3..9a23e39efd48 100644 --- a/media-sound/modplugtools/modplugtools-0.5.1.ebuild +++ b/media-sound/modplugtools/modplugtools-0.5.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="libmodplug based module players modplug123 and modplugplay" HOMEPAGE="http://modplug-xmms.sourceforge.net/" @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default } diff --git a/media-sound/modplugtools/modplugtools-0.5.3.ebuild b/media-sound/modplugtools/modplugtools-0.5.3.ebuild index ec6a84193ef0..ccedcc19c077 100644 --- a/media-sound/modplugtools/modplugtools-0.5.3.ebuild +++ b/media-sound/modplugtools/modplugtools-0.5.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=7 DESCRIPTION="libmodplug based module players modplug123 and modplugplay" HOMEPAGE="http://modplug-xmms.sourceforge.net/" @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default } |