summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-13 23:11:09 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-13 23:27:09 +0200
commit22e1e10bf3cae8381b8af13491dda22588ce4b1f (patch)
treee5f9876a0a04df2ffe90df8bc1c1b14d7104e7cc
parentwww-client/chromium: add 112.0.5615.49 (diff)
downloadgentoo-22e1e10bf3cae8381b8af13491dda22588ce4b1f.tar.gz
gentoo-22e1e10bf3cae8381b8af13491dda22588ce4b1f.tar.bz2
gentoo-22e1e10bf3cae8381b8af13491dda22588ce4b1f.zip
sci-mathematics/opensmt: require gmp with USE=cxx
Closes: https://bugs.gentoo.org/904272 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--sci-mathematics/opensmt/opensmt-2.4.3-r2.ebuild (renamed from sci-mathematics/opensmt/opensmt-2.4.3-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/opensmt/opensmt-2.4.3-r1.ebuild b/sci-mathematics/opensmt/opensmt-2.4.3-r2.ebuild
index d02cd8ed4430..f46f590a012c 100644
--- a/sci-mathematics/opensmt/opensmt-2.4.3-r1.ebuild
+++ b/sci-mathematics/opensmt/opensmt-2.4.3-r2.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="?? ( libedit readline )"
RESTRICT="!test? ( test )"
RDEPEND="
- dev-libs/gmp:=
+ dev-libs/gmp:=[cxx]
readline? ( sys-libs/readline:= )
libedit? ( dev-libs/libedit:= )
"