diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2018-03-16 20:12:01 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2018-03-16 20:12:01 +0100 |
commit | 31571fc4ea905455b0deb30810f8a7b04e253b4e (patch) | |
tree | a47edca2ac47c0cdd76e1733d90912cb4a52608a /dev-ada/gps | |
parent | www-plugins/chrome-binary-plugins: automated update (66.0.3359.33, 67.0.3371.0) (diff) | |
download | gentoo-31571fc4ea905455b0deb30810f8a7b04e253b4e.tar.gz gentoo-31571fc4ea905455b0deb30810f8a7b04e253b4e.tar.bz2 gentoo-31571fc4ea905455b0deb30810f8a7b04e253b4e.zip |
dev-ada/gps: Add ~x86. Fix build with gnatcoll shared
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ada/gps')
-rw-r--r-- | dev-ada/gps/gps-2017.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild index 5196c95b9426..c33f7a002f7c 100644 --- a/dev-ada/gps/gps-2017.ebuild +++ b/dev-ada/gps/gps-2017.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed03b LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND="${PYTHON_DEPS} @@ -63,7 +63,9 @@ src_configure() { } src_compile() { - emake GPRBUILD_FLAGS="-v ${MAKEOPTS}" + emake GPRBUILD_FLAGS="-v ${MAKEOPTS} \ + -XLIBRARY_TYPE=relocatable \ + -XXMLADA_BUILD=relocatable" } src_install() { |