summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:50:41 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:12 +0000
commit758ffbc33be2b2474fb4b01af2482ffb05a80726 (patch)
treec51f1f671055837c73612ebcbfecc5cab555c9a6 /net-analyzer/zmap/zmap-2.1.1-r5.ebuild
parentnet-analyzer/wireshark: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-758ffbc33be2b2474fb4b01af2482ffb05a80726.tar.gz
gentoo-758ffbc33be2b2474fb4b01af2482ffb05a80726.tar.bz2
gentoo-758ffbc33be2b2474fb4b01af2482ffb05a80726.zip
net-analyzer/zmap: 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-analyzer/zmap/zmap-2.1.1-r5.ebuild')
-rw-r--r--net-analyzer/zmap/zmap-2.1.1-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/zmap/zmap-2.1.1-r5.ebuild b/net-analyzer/zmap/zmap-2.1.1-r5.ebuild
index 97210a199bd6..b413d47fc165 100644
--- a/net-analyzer/zmap/zmap-2.1.1-r5.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1-r5.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
@@ -27,7 +27,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/gengetopt
- sys-devel/flex
+ app-alternatives/lex
dev-util/byacc
"