summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:50:14 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:07 +0000
commit78723b0e81a41350a55dd08d5768e28711a75d01 (patch)
tree0eaa39ca9ae69e739ac24a4167550e155cd5f868
parentmedia-sound/poc: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-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>
-rw-r--r--net-analyzer/apinger/apinger-0.6.1.ebuild4
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 )