summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:51:15 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:19 +0000
commita3b8c120edde063c70b272be94f397ce5cef0b5b (patch)
tree1910b164aa2cfd887e1507f3d51c185a163ed257 /net-misc/frr
parentnet-misc/bird: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-a3b8c120edde063c70b272be94f397ce5cef0b5b.tar.gz
gentoo-a3b8c120edde063c70b272be94f397ce5cef0b5b.tar.bz2
gentoo-a3b8c120edde063c70b272be94f397ce5cef0b5b.zip
net-misc/frr: 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 'net-misc/frr')
-rw-r--r--net-misc/frr/frr-9.0.1.ebuild4
-rw-r--r--net-misc/frr/frr-9.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/frr/frr-9.0.1.ebuild b/net-misc/frr/frr-9.0.1.ebuild
index 3e71c240c475..7daa9904e2b3 100644
--- a/net-misc/frr/frr-9.0.1.ebuild
+++ b/net-misc/frr/frr-9.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,7 +37,7 @@ COMMON_DEPEND="
"
BDEPEND="
~dev-util/clippy-${PV}
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc
doc? ( dev-python/sphinx )
"
diff --git a/net-misc/frr/frr-9.0.ebuild b/net-misc/frr/frr-9.0.ebuild
index 73df8c4dd6f6..e8a0f30550c9 100644
--- a/net-misc/frr/frr-9.0.ebuild
+++ b/net-misc/frr/frr-9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,7 +37,7 @@ COMMON_DEPEND="
"
BDEPEND="
~dev-util/clippy-${PV}
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc
doc? ( dev-python/sphinx )
"