commit:     f3ba80263dc1378c9b19d39187b920fd80e64da0
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 12:57:25 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 13:01:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ba8026

sys-libs/libcxx: wrap Darwin comments to line boundary

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-libs/libcxx/libcxx-11.0.0.ebuild      | 7 ++++---
 sys-libs/libcxx/libcxx-11.0.1.9999.ebuild | 7 ++++---
 sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild  | 7 ++++---
 sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild  | 7 ++++---
 sys-libs/libcxx/libcxx-12.0.0.9999.ebuild | 7 ++++---
 5 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-11.0.0.ebuild 
b/sys-libs/libcxx/libcxx-11.0.0.ebuild
index b2203171221..44dccaba340 100644
--- a/sys-libs/libcxx/libcxx-11.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-11.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,8 +41,9 @@ 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.
+       # 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
                llvm_pkg_setup
        fi

diff --git a/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild 
b/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
index c088e18cceb..6bfe1aa438b 100644
--- a/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
+++ b/sys-libs/libcxx/libcxx-11.0.1.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,8 +42,9 @@ 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.
+       # 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
                llvm_pkg_setup
        fi

diff --git a/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild 
b/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
index c088e18cceb..6bfe1aa438b 100644
--- a/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
+++ b/sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,8 +42,9 @@ 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.
+       # 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
                llvm_pkg_setup
        fi

diff --git a/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild 
b/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
index c088e18cceb..6bfe1aa438b 100644
--- a/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
+++ b/sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,8 +42,9 @@ 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.
+       # 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
                llvm_pkg_setup
        fi

diff --git a/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild 
b/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
index c088e18cceb..6bfe1aa438b 100644
--- a/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
+++ b/sys-libs/libcxx/libcxx-12.0.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,8 +42,9 @@ 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.
+       # 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
                llvm_pkg_setup
        fi

Reply via email to