summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:52:27 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:03:10 +0000
commitccae5b6b63fd2c852a10bade121de718bc43816d (patch)
treefba0af2710514d8b6e56dafb5dfb4d03a188d4ef
parentsys-devel/binutils-hppa64: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-ccae5b6b63fd2c852a10bade121de718bc43816d.tar.gz
gentoo-ccae5b6b63fd2c852a10bade121de718bc43816d.tar.bz2
gentoo-ccae5b6b63fd2c852a10bade121de718bc43816d.zip
sys-devel/bison: 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>
-rw-r--r--sys-devel/bison/bison-3.8.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-3.8.2-r2.ebuild b/sys-devel/bison/bison-3.8.2-r2.ebuild
index 57d4407aa1d4..fd8742c3ad61 100644
--- a/sys-devel/bison/bison-3.8.2-r2.ebuild
+++ b/sys-devel/bison/bison-3.8.2-r2.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 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- sys-devel/flex
+ app-alternatives/lex
test? ( dev-lang/perl )
verify-sig? ( sec-keys/openpgp-keys-bison )
"