diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:08 +0000 |
commit | 834a0b56e1e1d5bdb637ef1577f35dd8c828c3a5 (patch) | |
tree | ca159c570cd7ea86845568d1c2828b228e153b06 /net-analyzer/argus-clients | |
parent | net-analyzer/argus: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-834a0b56e1e1d5bdb637ef1577f35dd8c828c3a5.tar.gz gentoo-834a0b56e1e1d5bdb637ef1577f35dd8c828c3a5.tar.bz2 gentoo-834a0b56e1e1d5bdb637ef1577f35dd8c828c3a5.zip |
net-analyzer/argus-clients: 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-clients')
-rw-r--r-- | net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild index a0548b6dcfdb..0d689d570aab 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.4.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 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |