commit: 13a6fe0b5db68d6111bef2fd7f2d9bdfa6a5798b
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 21:04:01 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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() {