diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:09 +0000 |
commit | c7ece32b5d4a295732ccd888a3cf0fddb92f91b3 (patch) | |
tree | d7a14a4bf4dbe56b38911ecc6f036e49fe6f34e0 /sys-devel/binutils/binutils-2.37_p1-r2.ebuild | |
parent | sys-cluster/drbd-utils: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-c7ece32b5d4a295732ccd888a3cf0fddb92f91b3.tar.gz gentoo-c7ece32b5d4a295732ccd888a3cf0fddb92f91b3.tar.bz2 gentoo-c7ece32b5d4a295732ccd888a3cf0fddb92f91b3.zip |
sys-devel/binutils: 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/binutils/binutils-2.37_p1-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.37_p1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.37_p1-r2.ebuild b/sys-devel/binutils/binutils-2.37_p1-r2.ebuild index 17d7bc3ddee3..4d35c922704a 100644 --- a/sys-devel/binutils/binutils-2.37_p1-r2.ebuild +++ b/sys-devel/binutils/binutils-2.37_p1-r2.ebuild @@ -61,7 +61,7 @@ BDEPEND=" app-alternatives/bc ) nls? ( sys-devel/gettext ) - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " |