diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:11 +0000 |
commit | 55cb11fe7113e78030c308e436b844a9e44eb05e (patch) | |
tree | c80de4cfb9e71360ddde6fdd9a28f0562797318d /net-analyzer | |
parent | net-analyzer/ippl: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-55cb11fe7113e78030c308e436b844a9e44eb05e.tar.gz gentoo-55cb11fe7113e78030c308e436b844a9e44eb05e.tar.bz2 gentoo-55cb11fe7113e78030c308e436b844a9e44eb05e.zip |
net-analyzer/nfdump: 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/nfdump/nfdump-1.7.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.7.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild index 4fad577222f0..9986c36bb2f8 100644 --- a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.0.1.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/flex + app-alternatives/lex app-alternatives/yacc doc? ( app-doc/doxygen diff --git a/net-analyzer/nfdump/nfdump-1.7.2.ebuild b/net-analyzer/nfdump/nfdump-1.7.2.ebuild index a874b6c71a0c..9986c36bb2f8 100644 --- a/net-analyzer/nfdump/nfdump-1.7.2.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.2.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 @@ -28,7 +28,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc doc? ( app-doc/doxygen |