diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:09 +0000 |
commit | bac6e3f0b3d89c62231f61c3644d5e10591dc7e2 (patch) | |
tree | a5bbad0a6e9814fbc6ccfba170208f047435e2df /net-analyzer/fwlogwatch | |
parent | net-analyzer/flow-tools: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-bac6e3f0b3d89c62231f61c3644d5e10591dc7e2.tar.gz gentoo-bac6e3f0b3d89c62231f61c3644d5e10591dc7e2.tar.bz2 gentoo-bac6e3f0b3d89c62231f61c3644d5e10591dc7e2.zip |
net-analyzer/fwlogwatch: 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/fwlogwatch')
-rw-r--r-- | net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild index 970802a11930..ed6ff796ace8 100644 --- a/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild +++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex nls? ( sys-devel/gettext ) " |