summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:46:22 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:39 +0000
commit3008c2135db84a7ae1091e2d096c2897372d276c (patch)
treecadf97099e7fd943e97cb26f8be4260fa9bfb2d2 /dev-lang
parentdev-java/openjfx: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-3008c2135db84a7ae1091e2d096c2897372d276c.tar.gz
gentoo-3008c2135db84a7ae1091e2d096c2897372d276c.tar.bz2
gentoo-3008c2135db84a7ae1091e2d096c2897372d276c.zip
dev-lang/c-intercal: 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-lang')
-rw-r--r--dev-lang/c-intercal/c-intercal-31.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild
index 72838a9e05eb..8657f746d707 100644
--- a/dev-lang/c-intercal/c-intercal-31.0.ebuild
+++ b/dev-lang/c-intercal/c-intercal-31.0.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
@@ -34,7 +34,7 @@ IUSE="emacs examples"
RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )"
BDEPEND="${RDEPEND}
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc"
S="${WORKDIR}/${MY_P}"