diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:07 +0000 |
commit | 78723b0e81a41350a55dd08d5768e28711a75d01 (patch) | |
tree | 0eaa39ca9ae69e739ac24a4167550e155cd5f868 /net-analyzer/apinger | |
parent | media-sound/poc: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-78723b0e81a41350a55dd08d5768e28711a75d01.tar.gz gentoo-78723b0e81a41350a55dd08d5768e28711a75d01.tar.bz2 gentoo-78723b0e81a41350a55dd08d5768e28711a75d01.zip |
net-analyzer/apinger: 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/apinger')
-rw-r--r-- | net-analyzer/apinger/apinger-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/apinger/apinger-0.6.1.ebuild b/net-analyzer/apinger/apinger-0.6.1.ebuild index 4b130a04d478..98e7484f48b9 100644 --- a/net-analyzer/apinger/apinger-0.6.1.ebuild +++ b/net-analyzer/apinger/apinger-0.6.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=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " DOCS=( AUTHORS ChangeLog NEWS README TODO ) |