summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:46:11 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:38 +0000
commitdeaa983dd8852208248e4ed36bd7928731626db4 (patch)
tree034cc9f1f08d23704c546d2cac039d056108a896 /dev-games
parentdev-embedded/u-boot-tools: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-deaa983dd8852208248e4ed36bd7928731626db4.tar.gz
gentoo-deaa983dd8852208248e4ed36bd7928731626db4.tar.bz2
gentoo-deaa983dd8852208248e4ed36bd7928731626db4.zip
dev-games/libnw: 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 'dev-games')
-rw-r--r--dev-games/libnw/libnw-1.30.02.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild
index 905b0579ea49..59c9f3ffa9c8 100644
--- a/dev-games/libnw/libnw-1.30.02.ebuild
+++ b/dev-games/libnw/libnw-1.30.02.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=7
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
RDEPEND="!sci-biology/newick-utils"
BDEPEND="
sys-devel/bison
- sys-devel/flex"
+ app-alternatives/lex"
DOCS=( AUTHORS ChangeLog NEWS README README.tech TODO )