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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6ABB158090 for ; Fri, 27 May 2022 16:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F05EDE077A; Fri, 27 May 2022 16:34:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1D27E077A for ; Fri, 27 May 2022 16:34:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86A8D341042 for ; Fri, 27 May 2022 16:34:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE5C4A2 for ; Fri, 27 May 2022 16:34:18 +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: <1653669238.d58889115aaed0aad9e3add5ce288b77006f1147.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-7.1.0.ebuild X-VCS-Directories: dev-lang/yap/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: d58889115aaed0aad9e3add5ce288b77006f1147 X-VCS-Branch: master Date: Fri, 27 May 2022 16:34:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc1b2a95-0b9c-477a-9531-46800ff211b1 X-Archives-Hash: 4a8729d2690e8a0fab45151e84b95e1b commit: d58889115aaed0aad9e3add5ce288b77006f1147 Author: Keri Harris gentoo org> AuthorDate: Fri May 27 16:33:16 2022 +0000 Commit: Keri Harris gentoo org> CommitDate: Fri May 27 16:33:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5888911 dev-lang/yap: Yap CXX interface requires GMP Closes: https://bugs.gentoo.org/833780 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Keri Harris gentoo.org> dev-lang/yap/yap-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yap/yap-7.1.0.ebuild b/dev-lang/yap/yap-7.1.0.ebuild index d0e15c3e0bc1..918c059d79ea 100644 --- a/dev-lang/yap/yap-7.1.0.ebuild +++ b/dev-lang/yap/yap-7.1.0.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/libutf8proc sys-libs/zlib - dev-libs/gmp:0 + dev-libs/gmp:0[cxx] java? ( >=virtual/jdk-1.8:* ) mpi? ( virtual/mpi ) mysql? ( dev-db/mysql-connector-c:0= )