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 3830F138350 for ; Fri, 20 Mar 2020 19:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6775EE094F; Fri, 20 Mar 2020 19:17:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4C420E094F for ; Fri, 20 Mar 2020 19:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 561DA34F023 for ; Fri, 20 Mar 2020 19:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC0518B for ; Fri, 20 Mar 2020 19:17:14 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1584731809.41164167a2eb4aaab591f86657a655d3e84bda1a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/z3/z3-4.8.6.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 41164167a2eb4aaab591f86657a655d3e84bda1a X-VCS-Branch: master Date: Fri, 20 Mar 2020 19:17:14 +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: 41bc5dcb-d493-4c50-bb44-1f930a445ac7 X-Archives-Hash: e5d7e16810841881efb122c7c5d0eb05 commit: 41164167a2eb4aaab591f86657a655d3e84bda1a Author: Patrick McLean gentoo org> AuthorDate: Fri Mar 20 19:16:49 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Mar 20 19:16:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41164167 sci-mathematics/z3-4.8.6: Add missing dep on dev-libs/gmp[cxx] Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Patrick McLean gentoo.org> sci-mathematics/z3/z3-4.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/z3/z3-4.8.6.ebuild b/sci-mathematics/z3/z3-4.8.6.ebuild index fe56e09602b..fca0f4ef0b6 100644 --- a/sci-mathematics/z3/z3-4.8.6.ebuild +++ b/sci-mathematics/z3/z3-4.8.6.ebuild @@ -19,7 +19,7 @@ IUSE="doc examples gmp isabelle java python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - gmp? ( dev-libs/gmp:0=[${MULTILIB_USEDEP}] )" + gmp? ( dev-libs/gmp:0=[cxx,${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} java? ( >=virtual/jdk-1.8 )" BDEPEND="