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 C86E0138334 for ; Fri, 7 Jun 2019 21:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFF3DE08C0; Fri, 7 Jun 2019 21:04:19 +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 AE74AE08C0 for ; Fri, 7 Jun 2019 21:04:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CC47345933 for ; Fri, 7 Jun 2019 21:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1143603 for ; Fri, 7 Jun 2019 21:04:16 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1559941441.13a6fe0b5db68d6111bef2fd7f2d9bdfa6a5798b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 13a6fe0b5db68d6111bef2fd7f2d9bdfa6a5798b X-VCS-Branch: master Date: Fri, 7 Jun 2019 21:04:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35c268a2-e9a3-40db-b471-3ef6111243e5 X-Archives-Hash: 4573515f57c6d6ee99546878774753c0 commit: 13a6fe0b5db68d6111bef2fd7f2d9bdfa6a5798b Author: Tupone Alfredo gentoo org> AuthorDate: Fri Jun 7 21:04:01 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jun 7 21:04:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a6fe0b dev-ada/gnatcoll-core: EAPI 7 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild index ef1f8087c23..1217928e558 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit multiprocessing MYP=${P}-20190515-24AD8 @@ -47,7 +47,7 @@ src_prepare() { } src_configure() { - emake prefix="${D}usr" PROCESSORS=$(makeopts_jobs) setup + emake prefix="${D}"/usr PROCESSORS=$(makeopts_jobs) setup } src_compile() {