app-misc/ps3pf_utils: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 12:10:23 +0000 (13:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 12:21:32 +0000 (13:21 +0100)
Closes: https://bugs.gentoo.org/697404
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild

index 3c10f438ef0729a0de995683813adf5f3b0076de..d605849936c5d713f0df6dbc63959b53271121af 100644 (file)
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
-
-inherit flag-o-matic
+EAPI=7
 
 DESCRIPTION="Utilities to set the ps3 specific features"
 HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
@@ -17,7 +15,3 @@ IUSE=""
 # fixme: depend on a version of sys-kernel/linux-headers that supports ps3
 
 S=${WORKDIR}/ps3-utils-${PV}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-}