summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:49:10 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:55 +0000
commit2dab310392eba1da45cad9b1bf5a4fbea790743a (patch)
tree8031809ae241392324e066021daa9abcd6df844f /games-board
parentdev-util/xmlindent: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-2dab310392eba1da45cad9b1bf5a4fbea790743a.tar.gz
gentoo-2dab310392eba1da45cad9b1bf5a4fbea790743a.tar.bz2
gentoo-2dab310392eba1da45cad9b1bf5a4fbea790743a.zip
games-board/gnushogi: 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 'games-board')
-rw-r--r--games-board/gnushogi/gnushogi-1.4.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/gnushogi/gnushogi-1.4.1-r1.ebuild b/games-board/gnushogi/gnushogi-1.4.1-r1.ebuild
index 7d1bde2639a8..dbee91130b0c 100644
--- a/games-board/gnushogi/gnushogi-1.4.1-r1.ebuild
+++ b/games-board/gnushogi/gnushogi-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-devel/bison-1.34
- >=sys-devel/flex-2.5"
+ app-alternatives/lex"
PATCHES=( "${FILESDIR}"/${PN}-1.4.1-fno-common.patch )