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 B1F6D138334 for ; Sun, 2 Sep 2018 19:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F21E07B2; Sun, 2 Sep 2018 19:14:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FB71E07B2 for ; Sun, 2 Sep 2018 19:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7409D335C07 for ; Sun, 2 Sep 2018 19:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 547D6398 for ; Sun, 2 Sep 2018 19:14:42 +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: <1535915663.e43856e49d6b4d4f49517423ae23560f12c19301.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gprolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gprolog/gprolog-1.4.5.ebuild X-VCS-Directories: dev-lang/gprolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: e43856e49d6b4d4f49517423ae23560f12c19301 X-VCS-Branch: master Date: Sun, 2 Sep 2018 19:14:42 +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: 1363e618-4934-4bbf-86bc-583931a0f42d X-Archives-Hash: 8f2ec75d993b40349213c06c867ca862 commit: e43856e49d6b4d4f49517423ae23560f12c19301 Author: Keri Harris gentoo org> AuthorDate: Sun Sep 2 19:13:40 2018 +0000 Commit: Keri Harris gentoo org> CommitDate: Sun Sep 2 19:14:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43856e4 dev-lang/gprolog: enabled PL -> WAM compilation on x86 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/gprolog/gprolog-1.4.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/gprolog/gprolog-1.4.5.ebuild b/dev-lang/gprolog/gprolog-1.4.5.ebuild index 8d202ff4101..55a9c9558bb 100644 --- a/dev-lang/gprolog/gprolog-1.4.5.ebuild +++ b/dev-lang/gprolog/gprolog-1.4.5.ebuild @@ -40,6 +40,7 @@ src_configure() { --with-c-flags="${CFLAGS}" \ --with-install-dir="${EPREFIX}"/usr/$(get_libdir)/${P} \ --with-links-dir="${EPREFIX}"/usr/bin \ + $(use_enable !x86 regs) \ $(use_with doc doc-dir "${EPREFIX}"/usr/share/doc/${PF}) \ $(use_with doc html-dir "${EPREFIX}"/usr/share/doc/${PF}/html) \ $(use_with examples examples-dir "${EPREFIX}"/usr/share/doc/${PF}/examples)