diff options
author | 2024-01-08 11:50:37 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:11 +0000 | |
commit | f5170ace98f6355b14cf536d05bebe3ede36ba03 (patch) | |
tree | 6084c1dbeebaf4d6e2621bdef72d27658845ee03 /net-analyzer/openvas-scanner | |
parent | net-analyzer/nfdump: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f5170ace98f6355b14cf536d05bebe3ede36ba03.tar.gz gentoo-f5170ace98f6355b14cf536d05bebe3ede36ba03.tar.bz2 gentoo-f5170ace98f6355b14cf536d05bebe3ede36ba03.zip |
net-analyzer/openvas-scanner: 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/openvas-scanner')
-rw-r--r-- | net-analyzer/openvas-scanner/openvas-scanner-22.7.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/openvas-scanner/openvas-scanner-22.7.8.ebuild b/net-analyzer/openvas-scanner/openvas-scanner-22.7.8.ebuild index f4a3f9ef0ac0..b4238521dc85 100644 --- a/net-analyzer/openvas-scanner/openvas-scanner-22.7.8.ebuild +++ b/net-analyzer/openvas-scanner/openvas-scanner-22.7.8.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 @@ -38,7 +38,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" >=sys-devel/bison-2.5 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-doc/doxygen[dot] |