summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:51:42 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:25 +0000
commit1c14c5e2283f457e41664135b4ae316ac7f66eb9 (patch)
treea9fd2183c6f6ccdf8038d39a79e426b8d9480451 /sci-geosciences
parentsci-electronics/vbs: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-1c14c5e2283f457e41664135b4ae316ac7f66eb9.tar.gz
gentoo-1c14c5e2283f457e41664135b4ae316ac7f66eb9.tar.bz2
gentoo-1c14c5e2283f457e41664135b4ae316ac7f66eb9.zip
sci-geosciences/grass: 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-geosciences')
-rw-r--r--sci-geosciences/grass/grass-8.3.1.ebuild4
-rw-r--r--sci-geosciences/grass/grass-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/grass/grass-8.3.1.ebuild b/sci-geosciences/grass/grass-8.3.1.ebuild
index 5fd44524ddd8..6a60e336a05c 100644
--- a/sci-geosciences/grass/grass-8.3.1.ebuild
+++ b/sci-geosciences/grass/grass-8.3.1.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
@@ -96,7 +96,7 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
sys-devel/gettext
virtual/pkgconfig
X? ( dev-lang/swig )"
diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild
index f4aeb3ef85ed..dff2afdba10f 100644
--- a/sci-geosciences/grass/grass-9999.ebuild
+++ b/sci-geosciences/grass/grass-9999.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
@@ -96,7 +96,7 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
sys-devel/gettext
virtual/pkgconfig
X? ( dev-lang/swig )"