diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-13 23:11:09 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-13 23:27:09 +0200 |
commit | 22e1e10bf3cae8381b8af13491dda22588ce4b1f (patch) | |
tree | e5f9876a0a04df2ffe90df8bc1c1b14d7104e7cc /sci-mathematics | |
parent | www-client/chromium: add 112.0.5615.49 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sci-mathematics')
-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:= ) " |