diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:11 +0000 |
commit | 725dfdb70fe10e09afa5b4e961037fc3b2fa1666 (patch) | |
tree | 65aa924ddffdb5dd4649676f49c31b7d1fe696e9 /sci-mathematics/bertini | |
parent | sci-libs/cifparse-obj: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-725dfdb70fe10e09afa5b4e961037fc3b2fa1666.tar.gz gentoo-725dfdb70fe10e09afa5b4e961037fc3b2fa1666.tar.bz2 gentoo-725dfdb70fe10e09afa5b4e961037fc3b2fa1666.zip |
sci-mathematics/bertini: 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/bertini')
-rw-r--r-- | sci-mathematics/bertini/bertini-1.4.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/bertini/bertini-1.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/bertini/bertini-1.4.ebuild b/sci-mathematics/bertini/bertini-1.4.ebuild index eb7939694a1c..eb3280c6e878 100644 --- a/sci-mathematics/bertini/bertini-1.4.ebuild +++ b/sci-mathematics/bertini/bertini-1.4.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples +optimization" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex " RDEPEND=" diff --git a/sci-mathematics/bertini/bertini-1.6.ebuild b/sci-mathematics/bertini/bertini-1.6.ebuild index 88f35ceb1c39..62b4f6e4a0ad 100644 --- a/sci-mathematics/bertini/bertini-1.6.ebuild +++ b/sci-mathematics/bertini/bertini-1.6.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex " |