summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:48:41 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:48 +0000
commit0beb1ea0fb9b613189ba33640982e3ad2ac3d66a (patch)
tree09dfe11fa2ff97500706403a96ebec009b7b120f /dev-tex
parentdev-qt/qtwebengine: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-0beb1ea0fb9b613189ba33640982e3ad2ac3d66a.tar.gz
gentoo-0beb1ea0fb9b613189ba33640982e3ad2ac3d66a.tar.bz2
gentoo-0beb1ea0fb9b613189ba33640982e3ad2ac3d66a.zip
dev-tex/rail: 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-tex')
-rw-r--r--dev-tex/rail/rail-1.2_p1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/rail/rail-1.2_p1-r1.ebuild b/dev-tex/rail/rail-1.2_p1-r1.ebuild
index eb33e29088b4..b9a7de287cae 100644
--- a/dev-tex/rail/rail-1.2_p1-r1.ebuild
+++ b/dev-tex/rail/rail-1.2_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="app-arch/unzip
sys-devel/bison
- sys-devel/flex"
+ app-alternatives/lex"
S="${WORKDIR}/${PN}"