diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:21 +0000 |
commit | e9039747c35a2068e3f7248283f14f16d36e67d9 (patch) | |
tree | 4be25a04bbdb56e67340f28adebbb42cb46cb748 /net-proxy | |
parent | net-misc/rwhoisd: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-e9039747c35a2068e3f7248283f14f16d36e67d9.tar.gz gentoo-e9039747c35a2068e3f7248283f14f16d36e67d9.tar.bz2 gentoo-e9039747c35a2068e3f7248283f14f16d36e67d9.zip |
net-proxy/dante: 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-proxy')
-rw-r--r-- | net-proxy/dante/dante-1.4.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/dante/dante-1.4.1-r6.ebuild b/net-proxy/dante/dante-1.4.1-r6.ebuild index 19b891151a24..ac2147ac7b66 100644 --- a/net-proxy/dante/dante-1.4.1-r6.ebuild +++ b/net-proxy/dante/dante-1.4.1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ CDEPEND=" DEPEND=" ${CDEPEND} sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" ${CDEPEND} |