diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:08 +0000 |
commit | b4bbf075acd6f9764f2f05e78d217fee53fac85d (patch) | |
tree | 58a4fce5a5bfad947639f53ee9cfe94a8793a2eb /net-analyzer | |
parent | net-analyzer/ettercap: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-b4bbf075acd6f9764f2f05e78d217fee53fac85d.tar.gz gentoo-b4bbf075acd6f9764f2f05e78d217fee53fac85d.tar.bz2 gentoo-b4bbf075acd6f9764f2f05e78d217fee53fac85d.zip |
net-analyzer/flow-tools: 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/flow-tools/flow-tools-0.68.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild index 6697b3256a8d..afd416d7bea5 100644 --- a/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.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=7 @@ -29,7 +29,7 @@ DEPEND=" BDEPEND=" app-text/docbook-sgml-utils sys-devel/bison - sys-devel/flex + app-alternatives/lex " DOCS=( ChangeLog.old README README.fork SECURITY TODO TODO.old ) PATCHES=( |