From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0991138330 for ; Thu, 6 Oct 2016 12:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB774E0A84; Thu, 6 Oct 2016 12:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CE6FE0A84 for ; Thu, 6 Oct 2016 12:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6DFC341284 for ; Thu, 6 Oct 2016 12:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425FE2490 for ; Thu, 6 Oct 2016 12:41:26 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1475757648.fb17be1b5dd8c19ff85eb467aa1e2dfee85e561b.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yap/yap-6.3.3.ebuild X-VCS-Directories: dev-lang/yap/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: fb17be1b5dd8c19ff85eb467aa1e2dfee85e561b X-VCS-Branch: master Date: Thu, 6 Oct 2016 12:41:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4068931c-f33c-46be-9859-fbeb3c808df8 X-Archives-Hash: 66ad361097d89c9ca4f7c3bb3c2b2621 commit: fb17be1b5dd8c19ff85eb467aa1e2dfee85e561b Author: Keri Harris gentoo org> AuthorDate: Thu Oct 6 12:40:48 2016 +0000 Commit: Keri Harris gentoo 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) \