commit: 3fe288f36857ee3cb4d91bfd4165318c2841f152 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 12:10:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 12:21:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe288f3
app-misc/ps3pf_utils: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697404 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild index 3c10f438ef0..d605849936c 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 -}
