diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:10 +0000 |
commit | ccae5b6b63fd2c852a10bade121de718bc43816d (patch) | |
tree | fba0af2710514d8b6e56dafb5dfb4d03a188d4ef /sys-devel/bison | |
parent | sys-devel/binutils-hppa64: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-3.8.2-r2.ebuild | 4 |
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 ) " |