summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-23 20:59:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-23 21:56:11 +0200
commit99d4b42b48d1dd90b291b24dc7da046b06f458a5 (patch)
tree9c1a9f786cf26ffd74bf995f84936b1e088f3ee0
parentdev-scheme/scm: fix bug 596630, partial LDFLAGS fix, EAPI=7 (diff)
downloadgentoo-99d4b42b48d1dd90b291b24dc7da046b06f458a5.tar.gz
gentoo-99d4b42b48d1dd90b291b24dc7da046b06f458a5.tar.bz2
gentoo-99d4b42b48d1dd90b291b24dc7da046b06f458a5.zip
app-misc/media-player-info: EAPI-7 bump, drop superfluous eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--app-misc/media-player-info/media-player-info-23.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/media-player-info/media-player-info-23.ebuild b/app-misc/media-player-info/media-player-info-23.ebuild
index 24e2cf1b615c..ca04d1190391 100644
--- a/app-misc/media-player-info/media-player-info-23.ebuild
+++ b/app-misc/media-player-info/media-player-info-23.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+EAPI=7
-inherit eutils python-any-r1
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit python-any-r1
DESCRIPTION="A repository of data files describing media player capabilities"
HOMEPAGE="https://cgit.freedesktop.org/media-player-info/"