diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:11 +0000 |
commit | 9df00ae55994ef37ccfd562f9740f2ca2ef905c8 (patch) | |
tree | cbb41e5f1d83332fe7ab37dfd42d307c6abb1425 /sci-mathematics/opensmt | |
parent | sci-mathematics/bertini: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-9df00ae55994ef37ccfd562f9740f2ca2ef905c8.tar.gz gentoo-9df00ae55994ef37ccfd562f9740f2ca2ef905c8.tar.bz2 gentoo-9df00ae55994ef37ccfd562f9740f2ca2ef905c8.zip |
sci-mathematics/opensmt: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/opensmt')
-rw-r--r-- | sci-mathematics/opensmt/opensmt-2.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/opensmt/opensmt-2.5.2.ebuild b/sci-mathematics/opensmt/opensmt-2.5.2.ebuild index 5155579d655c..ce988bcd0572 100644 --- a/sci-mathematics/opensmt/opensmt-2.5.2.ebuild +++ b/sci-mathematics/opensmt/opensmt-2.5.2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex test? ( dev-cpp/gtest ) " |