Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/
Date: Tue, 04 Jun 2019 18:17:39
Message-Id: 1559672235.0ad171266280bac9fe83a25022089fe374b90d9e.tupone@gentoo
1 commit: 0ad171266280bac9fe83a25022089fe374b90d9e
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 18:17:15 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 18:17:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad17126
7
8 dev-ada/xmlada: Fix problem with EAPI 7
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-ada/xmlada/xmlada-2019.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ada/xmlada/xmlada-2019.ebuild b/dev-ada/xmlada/xmlada-2019.ebuild
17 index ab10648fe15..e7aeb1c15d9 100644
18 --- a/dev-ada/xmlada/xmlada-2019.ebuild
19 +++ b/dev-ada/xmlada/xmlada-2019.ebuild
20 @@ -59,7 +59,7 @@ src_test() {
21 src_install () {
22 build () {
23 gprinstall -XLIBRARY_TYPE=$1 -f -p -XBUILD=Production \
24 - -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"usr \
25 + -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"/usr \
26 --install-name=xmlada --build-var=LIBRARY_TYPE \
27 --build-var=XMLADA_BUILD \
28 --build-name=$1 xmlada.gpr || die "gprinstall failed"