From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA4C138334 for ; Sun, 10 Jun 2018 16:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E88EE0864; Sun, 10 Jun 2018 16:06:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BD20E0864 for ; Sun, 10 Jun 2018 16:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A44DC335C91 for ; Sun, 10 Jun 2018 16:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0803B2CB for ; Sun, 10 Jun 2018 16:06:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1528646535.ad5f149589ea6e653335a03e02106c97a7a2c1a9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/libphutil/libphutil-9999.ebuild X-VCS-Directories: dev-libs/libphutil/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ad5f149589ea6e653335a03e02106c97a7a2c1a9 X-VCS-Branch: master Date: Sun, 10 Jun 2018 16:06:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ab0dd7e-9acd-4dc7-9617-3c5250807513 X-Archives-Hash: 41a23018af532d36e0db765d0c9c0c24 commit: ad5f149589ea6e653335a03e02106c97a7a2c1a9 Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 10 16:02:15 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 10 16:02:15 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad5f1495 dev-libs/libphutil: EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libphutil/libphutil-9999.ebuild | 4 ++-- 1 file 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 }