diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:07 +0000 |
commit | 5479bb72386fce10493855bc3d9efb2e417d6d33 (patch) | |
tree | 3c2fe761da227f01e9b9055cbb8ee565168ec348 /net-analyzer/argus | |
parent | net-analyzer/apinger: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5479bb72386fce10493855bc3d9efb2e417d6d33.tar.gz gentoo-5479bb72386fce10493855bc3d9efb2e417d6d33.tar.bz2 gentoo-5479bb72386fce10493855bc3d9efb2e417d6d33.zip |
net-analyzer/argus: 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/argus')
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild index e316b6bc37ef..b772ec171b22 100644 --- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild +++ b/net-analyzer/argus/argus-3.0.8.3-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=8 @@ -28,7 +28,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6 + app-alternatives/lex " PATCHES=( "${FILESDIR}"/${PN}-3.0.8.1-disable-tcp-wrappers-automagic.patch |