diff options
author | 2024-01-08 11:50:39 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:11 +0000 | |
commit | 5980e1566b84959298bc5427838563b59c6c51ba (patch) | |
tree | b8ca21a90e1a8b4ca1e666fc8f5d084f8e39d1ce /net-analyzer | |
parent | net-analyzer/openvas-scanner: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5980e1566b84959298bc5427838563b59c6c51ba.tar.gz gentoo-5980e1566b84959298bc5427838563b59c6c51ba.tar.bz2 gentoo-5980e1566b84959298bc5427838563b59c6c51ba.zip |
net-analyzer/wireshark: 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')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.11.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.11.ebuild b/net-analyzer/wireshark/wireshark-4.0.11.ebuild index f9e10855f568..0ccfd02d7491 100644 --- a/net-analyzer/wireshark/wireshark-4.0.11.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.11.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 @@ -106,7 +106,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig doc? ( diff --git a/net-analyzer/wireshark/wireshark-4.1.0.ebuild b/net-analyzer/wireshark/wireshark-4.1.0.ebuild index 0352bd2a3968..417bc59a3b0b 100644 --- a/net-analyzer/wireshark/wireshark-4.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-4.1.0.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 @@ -106,7 +106,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig doc? ( diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 0352bd2a3968..417bc59a3b0b 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-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 @@ -106,7 +106,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig doc? ( |