From 3fe288f36857ee3cb4d91bfd4165318c2841f152 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 10 Nov 2019 13:10:23 +0100 Subject: app-misc/ps3pf_utils: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697404 Signed-off-by: Michał Górny --- app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'app-misc/ps3pf_utils') 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 -} -- cgit v1.2.3-65-gdbad