From: Michał Górny Date: Sun, 10 Nov 2019 12:10:23 +0000 (+0100) Subject: app-misc/ps3pf_utils: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fe288f36857ee3cb4d91bfd4165318c2841f152;p=gentoo.git app-misc/ps3pf_utils: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697404 Signed-off-by: Michał Górny --- diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild index 3c10f438ef07..d605849936c5 100644 --- a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild +++ b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild @@ -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 -}