diff options
author | 2024-01-08 11:51:28 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:22 +0000 | |
commit | 1a401b42f0d9c1cf6888341ece6ec26b6a519c52 (patch) | |
tree | e1c37ebdc2dfbd4a4b24eaf2e29efc82653bbb48 /net-proxy | |
parent | net-proxy/squidguard: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-1a401b42f0d9c1cf6888341ece6ec26b6a519c52.tar.gz gentoo-1a401b42f0d9c1cf6888341ece6ec26b6a519c52.tar.bz2 gentoo-1a401b42f0d9c1cf6888341ece6ec26b6a519c52.zip |
net-proxy/wwwoffle: 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/wwwoffle/wwwoffle-2.9i-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/wwwoffle/wwwoffle-2.9i-r2.ebuild b/net-proxy/wwwoffle/wwwoffle-2.9i-r2.ebuild index 23204157ad61..433016cae157 100644 --- a/net-proxy/wwwoffle/wwwoffle-2.9i-r2.ebuild +++ b/net-proxy/wwwoffle/wwwoffle-2.9i-r2.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 @@ -20,7 +20,7 @@ RDEPEND=" " DEPEND=" dev-lang/perl - sys-devel/flex + app-alternatives/lex ${RDEPEND} " # Unsure whether to depend on >=www-misc/htdig-3.1.6-r4 or not |