summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2020-03-20 12:16:49 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-03-20 12:16:49 -0700
commit41164167a2eb4aaab591f86657a655d3e84bda1a (patch)
tree94bf69e2b5068ba780e57d191c4e4c7a5f965949 /sci-mathematics
parentapp-arch/zstd: Use upstream fix for pkgconfig libdir (diff)
downloadgentoo-41164167a2eb4aaab591f86657a655d3e84bda1a.tar.gz
gentoo-41164167a2eb4aaab591f86657a655d3e84bda1a.tar.bz2
gentoo-41164167a2eb4aaab591f86657a655d3e84bda1a.zip
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 <chutzpah@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/z3/z3-4.8.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.8.6.ebuild b/sci-mathematics/z3/z3-4.8.6.ebuild
index fe56e09602bd..fca0f4ef0b6c 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="