Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/
Date: Sun, 10 Jun 2018 16:06:21
Message-Id: 1528646535.ad5f149589ea6e653335a03e02106c97a7a2c1a9.johu@gentoo
1 commit: ad5f149589ea6e653335a03e02106c97a7a2c1a9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 16:02:15 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 16:02:15 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad5f1495
7
8 dev-libs/libphutil: EAPI 7
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libphutil/libphutil-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
16 index 6fa5f28110..1e31fd4047 100644
17 --- a/dev-libs/libphutil/libphutil-9999.ebuild
18 +++ b/dev-libs/libphutil/libphutil-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 inherit git-r3
27
28 @@ -18,5 +18,5 @@ RDEPEND="dev-lang/php"
29
30 src_install() {
31 dodir /opt/${PN}
32 - cp -a "${S}"/* "${D}/opt/${PN}"
33 + cp -a "${S}"/* "${D}/opt/${PN}" || die
34 }