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 A225F15A7D9 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 9B737E08E0; Sun, 19 Mar 2023 03:44:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6CBC5E08E0 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 5C3293412F8 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 CFB198EB 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: <1679197480.90f47fd1f1ad7a4adb2e293098f80ed9c4c2fe16.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-14.0.6.ebuild sys-libs/libcxx/libcxx-15.0.7-r1.ebuild sys-libs/libcxx/libcxx-15.0.7.ebuild sys-libs/libcxx/libcxx-16.0.0.9999.ebuild sys-libs/libcxx/libcxx-16.0.0.ebuild sys-libs/libcxx/libcxx-16.0.0_rc3.ebuild sys-libs/libcxx/libcxx-16.0.0_rc4.ebuild sys-libs/libcxx/libcxx-17.0.0.9999.ebuild sys-libs/libcxx/libcxx-17.0.0_pre20230304.ebuild sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90f47fd1f1ad7a4adb2e293098f80ed9c4c2fe16 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: 3881a3e6-a636-43d2-95d0-54656966cbf0 X-Archives-Hash: 9a7d5f8530e4994323e9d450430be4b2 commit: 90f47fd1f1ad7a4adb2e293098f80ed9c4c2fe16 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 19 03:43:45 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 19 03:44:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f47fd1 sys-libs/libcxx: Fix typo in LLVM package name Reported by Arfrever. Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-14.0.6.ebuild | 2 +- sys-libs/libcxx/libcxx-15.0.7-r1.ebuild | 2 +- sys-libs/libcxx/libcxx-15.0.7.ebuild | 2 +- sys-libs/libcxx/libcxx-16.0.0.9999.ebuild | 2 +- sys-libs/libcxx/libcxx-16.0.0.ebuild | 2 +- sys-libs/libcxx/libcxx-16.0.0_rc3.ebuild | 2 +- sys-libs/libcxx/libcxx-16.0.0_rc4.ebuild | 2 +- sys-libs/libcxx/libcxx-17.0.0.9999.ebuild | 2 +- sys-libs/libcxx/libcxx-17.0.0_pre20230304.ebuild | 2 +- sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-libs/libcxx/libcxx-14.0.6.ebuild b/sys-libs/libcxx/libcxx-14.0.6.ebuild index 1ae6c77afc9c..9ac9d8ad89f9 100644 --- a/sys-libs/libcxx/libcxx-14.0.6.ebuild +++ b/sys-libs/libcxx/libcxx-14.0.6.ebuild @@ -54,7 +54,7 @@ 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/libcxx/libcxx-15.0.7-r1.ebuild b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild index b0445e061e96..2ea0abb84b2c 100644 --- a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild @@ -54,7 +54,7 @@ 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/libcxx/libcxx-15.0.7.ebuild b/sys-libs/libcxx/libcxx-15.0.7.ebuild index c8284848d512..1d2b045156a9 100644 --- a/sys-libs/libcxx/libcxx-15.0.7.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.7.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-16.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild index 4eeb65e55e83..56140d06df64 100644 --- a/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-16.0.0.ebuild b/sys-libs/libcxx/libcxx-16.0.0.ebuild index ebd073f968d0..cdbee6be92d6 100644 --- a/sys-libs/libcxx/libcxx-16.0.0.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-16.0.0_rc3.ebuild b/sys-libs/libcxx/libcxx-16.0.0_rc3.ebuild index bd6f3db60c4b..c9983680a218 100644 --- a/sys-libs/libcxx/libcxx-16.0.0_rc3.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0_rc3.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-16.0.0_rc4.ebuild b/sys-libs/libcxx/libcxx-16.0.0_rc4.ebuild index bd6f3db60c4b..c9983680a218 100644 --- a/sys-libs/libcxx/libcxx-16.0.0_rc4.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0_rc4.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-17.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-17.0.0.9999.ebuild index 4eeb65e55e83..56140d06df64 100644 --- a/sys-libs/libcxx/libcxx-17.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-17.0.0.9999.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-17.0.0_pre20230304.ebuild b/sys-libs/libcxx/libcxx-17.0.0_pre20230304.ebuild index 4eeb65e55e83..56140d06df64 100644 --- a/sys-libs/libcxx/libcxx-17.0.0_pre20230304.ebuild +++ b/sys-libs/libcxx/libcxx-17.0.0_pre20230304.ebuild @@ -53,7 +53,7 @@ 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/libcxx/libcxx-17.0.0_pre20230314.ebuild b/sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild index 4eeb65e55e83..56140d06df64 100644 --- a/sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild +++ b/sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild @@ -53,7 +53,7 @@ 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