commit: 9fbbc3112edc13e54ad3489c999bc3197a16799a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:43:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:44:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbbc311
sys-libs/libcxxabi: Fix typo in LLVM package name
Reported by Arfrever.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
b/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
index fb6e382467f1..a396fb6620e2 100644
--- a/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
@@ -50,7 +50,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
b/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
index 1b6f8964e39a..30ac0da6b21a 100644
--- a/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
b/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
index e5f19fc61a28..16f40d6829fa 100644
--- a/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
b/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
index 40271cf28572..e5d488bf1341 100644
--- a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
index fb725b1c09a1..141fa6f7cb51 100644
--- a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
index fb725b1c09a1..141fa6f7cb51 100644
--- a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
b/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
index e5f19fc61a28..16f40d6829fa 100644
--- a/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
index e5f19fc61a28..16f40d6829fa 100644
--- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup
diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
index e5f19fc61a28..16f40d6829fa 100644
--- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
@@ -49,7 +49,7 @@ python_check_deps() {
pkg_setup() {
# darwin prefix builds do not have llvm installed yet, so rely on
bootstrap-prefix
# to set the appropriate path vars to LLVM instead of using
llvm_pkg_setup.
- if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+ if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
fi
python-any-r1_pkg_setup