summaryrefslogtreecommitdiff
path: root/dev-lang/ispc
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-08 22:23:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-08 22:23:55 +0000
commitc0a12a782fb25688254148a07d0de38adf6e80cb (patch)
treec825df6fb204a85fb31ca210c15de7d478dd78c7 /dev-lang/ispc
parent1037b173549843f2bfdf817918b256386117af65 (diff)
downloadbaldeagleos-repo-c0a12a782fb25688254148a07d0de38adf6e80cb.tar.gz
baldeagleos-repo-c0a12a782fb25688254148a07d0de38adf6e80cb.tar.xz
baldeagleos-repo-c0a12a782fb25688254148a07d0de38adf6e80cb.zip
Adding metadata
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r--dev-lang/ispc/ispc-1.19.0.ebuild6
-rw-r--r--dev-lang/ispc/ispc-1.22.0-r1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/ispc/ispc-1.19.0.ebuild b/dev-lang/ispc/ispc-1.19.0.ebuild
index 0298e4d6a076..f9be39132702 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
@@ -26,8 +26,8 @@ RESTRICT="!test? ( test )"
RDEPEND="<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):="
DEPEND="${RDEPEND}"
BDEPEND="
- sys-devel/bison
- sys-devel/flex
+ 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 126f059107aa..2c8229d40473 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
@@ -34,8 +34,8 @@ RDEPEND="
${DEPEND}
"
BDEPEND="
- sys-devel/bison
- sys-devel/flex
+ app-alternatives/yacc
+ app-alternatives/lex
${PYTHON_DEPS}
"