diff options
author | 2024-01-08 11:50:41 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:12 +0000 | |
commit | 758ffbc33be2b2474fb4b01af2482ffb05a80726 (patch) | |
tree | c51f1f671055837c73612ebcbfecc5cab555c9a6 /net-analyzer/zmap | |
parent | net-analyzer/wireshark: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/zmap/zmap-2.1.1-r5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zmap/zmap-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 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 " diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index b8a99df048df..5d5794b8f52a 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.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 @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-util/gengetopt - sys-devel/flex + app-alternatives/lex dev-util/byacc " |