summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:06:24 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:24:41 +0000
commitba34f2b832200c40d7218ca4201460c1da243e8f (patch)
tree884d77e85779b7f55602a264b11d9fd73eb8be6c /dev-lang/ispc
parentdev-java/openjfx: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-ba34f2b832200c40d7218ca4201460c1da243e8f.tar.gz
gentoo-ba34f2b832200c40d7218ca4201460c1da243e8f.tar.bz2
gentoo-ba34f2b832200c40d7218ca4201460c1da243e8f.zip
dev-lang/ispc: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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/ispc')
-rw-r--r--dev-lang/ispc/ispc-1.19.0.ebuild2
-rw-r--r--dev-lang/ispc/ispc-1.22.0-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ispc/ispc-1.19.0.ebuild b/dev-lang/ispc/ispc-1.19.0.ebuild
index 07849f0ac5fc..42ebe7e712a4 100644
--- a/dev-lang/ispc/ispc-1.19.0.ebuild
+++ b/dev-lang/ispc/ispc-1.19.0.ebuild
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
RDEPEND="<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):="
DEPEND="${RDEPEND}"
BDEPEND="
- sys-devel/bison
+ app-alternatives/yacc
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 559baddcd4ce..a3af019a1ebc 100644
--- a/dev-lang/ispc/ispc-1.22.0-r1.ebuild
+++ b/dev-lang/ispc/ispc-1.22.0-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
${DEPEND}
"
BDEPEND="
- sys-devel/bison
+ app-alternatives/yacc
app-alternatives/lex
${PYTHON_DEPS}
"