commit: 18cc5dffcaa40f3f563dad389f08a5114d95f5c0
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 10:07:46 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 10:07:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cc5dff
dev-ada/gps: make it works with dev-ada/libgrp-2018
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ada/gps/gps-2017.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild
index ebfb812fbce..6aacbe193a3 100644
--- a/dev-ada/gps/gps-2017.ebuild
+++ b/dev-ada/gps/gps-2017.ebuild
@@ -73,6 +73,7 @@ src_compile() {
ADAFLAGS+=" -fno-strict-aliasing"
emake GPRBUILD_FLAGS="-v ${MAKEOPTS} \
-XLIBRARY_TYPE=relocatable \
+ -XGPR_BUILD=relocatable \
-XXMLADA_BUILD=relocatable"
}