aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-06-10 18:02:15 +0200
committerJohannes Huber <johu@gentoo.org>2018-06-10 18:02:15 +0200
commitad5f149589ea6e653335a03e02106c97a7a2c1a9 (patch)
tree3b9be573b551956ff11f1d1b6e8319ed2ab63124 /dev-libs
parentdev-libs/statusnotifier: EAPI 7 (diff)
downloadkde-ad5f149589ea6e653335a03e02106c97a7a2c1a9.tar.gz
kde-ad5f149589ea6e653335a03e02106c97a7a2c1a9.tar.bz2
kde-ad5f149589ea6e653335a03e02106c97a7a2c1a9.zip
dev-libs/libphutil: EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libphutil/libphutil-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
index 6fa5f28110..1e31fd4047 100644
--- a/dev-libs/libphutil/libphutil-9999.ebuild
+++ b/dev-libs/libphutil/libphutil-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3
@@ -18,5 +18,5 @@ RDEPEND="dev-lang/php"
src_install() {
dodir /opt/${PN}
- cp -a "${S}"/* "${D}/opt/${PN}"
+ cp -a "${S}"/* "${D}/opt/${PN}" || die
}