commit: fb17be1b5dd8c19ff85eb467aa1e2dfee85e561b
Author: Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 12:40:48 2016 +0000
Commit: Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 12:40:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17be1b
dev-lang/yap: disable outdated gecode bindings. Closes #590960
Package-Manager: portage-2.3.0
dev-lang/yap/yap-6.3.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/yap/yap-6.3.3.ebuild b/dev-lang/yap/yap-6.3.3.ebuild
index bb5284c..9d4061e 100644
--- a/dev-lang/yap/yap-6.3.3.ebuild
+++ b/dev-lang/yap/yap-6.3.3.ebuild
@@ -57,6 +57,7 @@ src_configure() {
econf \
--libdir=/usr/$(get_libdir) \
--disable-prism \
+ --disable-gecode \
$(use_enable !static dynamic-loading) \
$(use_enable threads) \
$(use_enable threads pthread-locking) \