From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1440720-garchives=archives.gentoo.org@lists.gentoo.org>
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 A6BA0158094
	for <garchives@archives.gentoo.org>; Thu, 29 Sep 2022 19:59:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A1386E0DA0;
	Thu, 29 Sep 2022 19:59:34 +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 86B6FE0DA0
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Sep 2022 19:59:34 +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 848F9340C7F
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Sep 2022 19:59:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C78F1E
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Sep 2022 19:59:32 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1664481517.c0986ceb6dd52b0d61bc3babd112f158e633c4fb.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/libomp/libomp-13.0.1.ebuild sys-libs/libomp/libomp-14.0.6-r1.ebuild sys-libs/libomp/libomp-15.0.1.ebuild sys-libs/libomp/libomp-15.0.2.9999.ebuild sys-libs/libomp/libomp-16.0.0.9999.ebuild sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild
X-VCS-Directories: sys-libs/libomp/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c0986ceb6dd52b0d61bc3babd112f158e633c4fb
X-VCS-Branch: master
Date: Thu, 29 Sep 2022 19:59:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 20ae2324-c0ca-4ea9-9f8c-9036e1a693ae
X-Archives-Hash: ebec8a5b5aed96af5643cc8132808376

commit:     c0986ceb6dd52b0d61bc3babd112f158e633c4fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 19:58:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 19:58:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0986ceb

sys-libs/libomp: fix comment style

Fixes: 1fa5bec5df273399c01c263bc3881f50ce0b2736
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libomp/libomp-13.0.1.ebuild             | 3 ++-
 sys-libs/libomp/libomp-14.0.6-r1.ebuild          | 3 ++-
 sys-libs/libomp/libomp-15.0.1.ebuild             | 3 ++-
 sys-libs/libomp/libomp-15.0.2.9999.ebuild        | 3 ++-
 sys-libs/libomp/libomp-16.0.0.9999.ebuild        | 3 ++-
 sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libomp/libomp-13.0.1.ebuild b/sys-libs/libomp/libomp-13.0.1.ebuild
index e4680d9b7dd3..06b678661248 100644
--- a/sys-libs/libomp/libomp-13.0.1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.1.ebuild
@@ -75,7 +75,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"

diff --git a/sys-libs/libomp/libomp-14.0.6-r1.ebuild b/sys-libs/libomp/libomp-14.0.6-r1.ebuild
index f3509fddd1fd..c768cf466552 100644
--- a/sys-libs/libomp/libomp-14.0.6-r1.ebuild
+++ b/sys-libs/libomp/libomp-14.0.6-r1.ebuild
@@ -83,7 +83,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"

diff --git a/sys-libs/libomp/libomp-15.0.1.ebuild b/sys-libs/libomp/libomp-15.0.1.ebuild
index f7f16bacd2ce..c4debf2bfbd3 100644
--- a/sys-libs/libomp/libomp-15.0.1.ebuild
+++ b/sys-libs/libomp/libomp-15.0.1.ebuild
@@ -76,7 +76,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"

diff --git a/sys-libs/libomp/libomp-15.0.2.9999.ebuild b/sys-libs/libomp/libomp-15.0.2.9999.ebuild
index 5709b5e2fd82..58199e0eb7c8 100644
--- a/sys-libs/libomp/libomp-15.0.2.9999.ebuild
+++ b/sys-libs/libomp/libomp-15.0.2.9999.ebuild
@@ -76,7 +76,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"

diff --git a/sys-libs/libomp/libomp-16.0.0.9999.ebuild b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
index b5eb99130c02..7cff82c5f737 100644
--- a/sys-libs/libomp/libomp-16.0.0.9999.ebuild
+++ b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
@@ -76,7 +76,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"

diff --git a/sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild b/sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild
index b5eb99130c02..7cff82c5f737 100644
--- a/sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild
+++ b/sys-libs/libomp/libomp-16.0.0_pre20220918.ebuild
@@ -76,7 +76,8 @@ pkg_setup() {
 }
 
 multilib_src_configure() {
-	filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+	# LTO causes issues in other packages building, #870127
+	filter-lto
 
 	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
 	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"