From: Patrick McLean Date: Fri, 20 Mar 2020 19:16:49 +0000 (-0700) Subject: sci-mathematics/z3-4.8.6: Add missing dep on dev-libs/gmp[cxx] X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41164167a2eb4aaab591f86657a655d3e84bda1a;p=gentoo.git 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 --- 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="