summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-10 13:10:23 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-10 13:21:32 +0100
commit3fe288f36857ee3cb4d91bfd4165318c2841f152 (patch)
tree6d3adbebcea82e917d6ecd8de17108119b3a284e /app-misc/ps3pf_utils
parentsys-fs/btrfs-progs: drop old (diff)
downloadgentoo-3fe288f36857ee3cb4d91bfd4165318c2841f152.tar.gz
gentoo-3fe288f36857ee3cb4d91bfd4165318c2841f152.tar.bz2
gentoo-3fe288f36857ee3cb4d91bfd4165318c2841f152.zip
app-misc/ps3pf_utils: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697404 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/ps3pf_utils')
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.3.ebuild10
1 files 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 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
-}