commit: 22e1e10bf3cae8381b8af13491dda22588ce4b1f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Apr 13 21:11:09 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Apr 13 21:27:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e1e10b
sci-mathematics/opensmt: require gmp with USE=cxx Closes: https://bugs.gentoo.org/904272 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../opensmt/{opensmt-2.4.3-r1.ebuild => opensmt-2.4.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/opensmt/opensmt-2.4.3-r1.ebuild b/sci-mathematics/opensmt/opensmt-2.4.3-r2.ebuild similarity index 98% rename from sci-mathematics/opensmt/opensmt-2.4.3-r1.ebuild rename to 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:= ) "
