diff options
author | 2024-01-08 11:51:26 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:21 +0000 | |
commit | 67df4771b0dcf7d5bbe9176d900238920c7e096b (patch) | |
tree | c30dec4385e08e3addc95d62db807b0628d6ce66 /net-proxy | |
parent | net-proxy/dante: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-67df4771b0dcf7d5bbe9176d900238920c7e096b.tar.gz gentoo-67df4771b0dcf7d5bbe9176d900238920c7e096b.tar.bz2 gentoo-67df4771b0dcf7d5bbe9176d900238920c7e096b.zip |
net-proxy/squidguard: 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/squidguard/squidguard-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squidguard/squidguard-1.6.0-r1.ebuild b/net-proxy/squidguard/squidguard-1.6.0-r1.ebuild index 0491a0e5c9de..0f6ea06efc20 100644 --- a/net-proxy/squidguard/squidguard-1.6.0-r1.ebuild +++ b/net-proxy/squidguard/squidguard-1.6.0-r1.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison:0 - sys-devel/flex:0 + app-alternatives/lex:0 " suitable_db_version() { |