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-util/arcanist/
Date: Sun, 10 Jun 2018 16:06:21
Message-Id: 1528645485.79a61abe1789583fc2e18e682130ea27fd0b6cb9.johu@gentoo
1 commit: 79a61abe1789583fc2e18e682130ea27fd0b6cb9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 15:44:45 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 15:44:45 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79a61abe
7
8 dev-util/arcanist: EAPI 7
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/arcanist/arcanist-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/arcanist/arcanist-9999.ebuild b/dev-util/arcanist/arcanist-9999.ebuild
16 index f22dff61f1..ca409e09ad 100644
17 --- a/dev-util/arcanist/arcanist-9999.ebuild
18 +++ b/dev-util/arcanist/arcanist-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 @@ -21,6 +21,6 @@ RDEPEND="
29
30 src_install() {
31 dodir /opt/${PN}
32 - cp -a "${S}"/* "${D}/opt/${PN}"
33 + cp -a "${S}"/* "${D}/opt/${PN}" || die
34 dosym ../../opt/${PN}/bin/arc /usr/bin/arc
35 }