app-misc/media-player-info: EAPI-7 bump, drop superfluous eutils
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 23 Jun 2018 18:59:49 +0000 (20:59 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 23 Jun 2018 19:56:11 +0000 (21:56 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-misc/media-player-info/media-player-info-23.ebuild

index 24e2cf1b615ce07f3f50124361df9f0feb5ac861..ca04d119039174e433537a6f992161ded0a82d06 100644 (file)
@@ -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/"