summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:46:27 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:40 +0000
commit55c97a3bfb3e5164be88bb0b137111df91322d9c (patch)
tree1f8e67ed6e71aeaef0871e591a3373f788004c4a /dev-lang
parentdev-lang/c-intercal: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-55c97a3bfb3e5164be88bb0b137111df91322d9c.tar.gz
gentoo-55c97a3bfb3e5164be88bb0b137111df91322d9c.tar.bz2
gentoo-55c97a3bfb3e5164be88bb0b137111df91322d9c.zip
dev-lang/ispc: 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/ispc/ispc-1.19.0.ebuild4
-rw-r--r--dev-lang/ispc/ispc-1.22.0-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ispc/ispc-1.19.0.ebuild b/dev-lang/ispc/ispc-1.19.0.ebuild
index 4eca85d45f4a..07849f0ac5fc 100644
--- a/dev-lang/ispc/ispc-1.19.0.ebuild
+++ b/dev-lang/ispc/ispc-1.19.0.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=8
@@ -27,7 +27,7 @@ RDEPEND="<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):="
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
${PYTHON_DEPS}
"
diff --git a/dev-lang/ispc/ispc-1.22.0-r1.ebuild b/dev-lang/ispc/ispc-1.22.0-r1.ebuild
index d05fa1f7195e..559baddcd4ce 100644
--- a/dev-lang/ispc/ispc-1.22.0-r1.ebuild
+++ b/dev-lang/ispc/ispc-1.22.0-r1.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=8
@@ -35,7 +35,7 @@ RDEPEND="
"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
${PYTHON_DEPS}
"