diff options
author | 2024-01-08 11:51:54 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:27 +0000 | |
commit | edd1fcfdc1949f971336acbcc3070fcaf104b846 (patch) | |
tree | ab9bc71ea1aefc7cc5cfcfd8079215b34a30cb0a /sci-mathematics | |
parent | sci-libs/xgks-pmel: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-edd1fcfdc1949f971336acbcc3070fcaf104b846.tar.gz gentoo-edd1fcfdc1949f971336acbcc3070fcaf104b846.tar.bz2 gentoo-edd1fcfdc1949f971336acbcc3070fcaf104b846.zip |
sci-mathematics/bertini: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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')
-rw-r--r-- | sci-mathematics/bertini/bertini-1.4.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/bertini/bertini-1.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/bertini/bertini-1.4.ebuild b/sci-mathematics/bertini/bertini-1.4.ebuild index 2ad14ca941e0..eb7939694a1c 100644 --- a/sci-mathematics/bertini/bertini-1.4.ebuild +++ b/sci-mathematics/bertini/bertini-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ IUSE="doc examples +optimization" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" dev-libs/gmp diff --git a/sci-mathematics/bertini/bertini-1.6.ebuild b/sci-mathematics/bertini/bertini-1.6.ebuild index 5fe2bd594d0f..88f35ceb1c39 100644 --- a/sci-mathematics/bertini/bertini-1.6.ebuild +++ b/sci-mathematics/bertini/bertini-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " DOCS=( AUTHORS ChangeLog NEWS README ) |