From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AE5F15A7D9 for ; Sun, 19 Mar 2023 03:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC3BE08CD; Sun, 19 Mar 2023 03:44:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E18E08CD for ; Sun, 19 Mar 2023 03:44:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 465593412F4 for ; Sun, 19 Mar 2023 03:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB3BB8EA for ; Sun, 19 Mar 2023 03:44:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1679197479.9fbbc3112edc13e54ad3489c999bc3197a16799a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9fbbc3112edc13e54ad3489c999bc3197a16799a X-VCS-Branch: master Date: Sun, 19 Mar 2023 03:44:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a742e660-ff2f-4009-83b0-6f56ac575f8c X-Archives-Hash: b0b74c70739a09629a3b2e80bd48433c commit: 9fbbc3112edc13e54ad3489c999bc3197a16799a Author: Michał Górny gentoo org> AuthorDate: Sun Mar 19 03:43:40 2023 +0000 Commit: Michał Górny gentoo 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 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