From 79a61abe1789583fc2e18e682130ea27fd0b6cb9 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 10 Jun 2018 17:44:45 +0200 Subject: dev-util/arcanist: EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-util/arcanist/arcanist-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util') diff --git a/dev-util/arcanist/arcanist-9999.ebuild b/dev-util/arcanist/arcanist-9999.ebuild index f22dff61f1b..ca409e09ad9 100644 --- a/dev-util/arcanist/arcanist-9999.ebuild +++ b/dev-util/arcanist/arcanist-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 @@ -21,6 +21,6 @@ RDEPEND=" src_install() { dodir /opt/${PN} - cp -a "${S}"/* "${D}/opt/${PN}" + cp -a "${S}"/* "${D}/opt/${PN}" || die dosym ../../opt/${PN}/bin/arc /usr/bin/arc } -- cgit v1.2.3