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 88B4A158090 for ; Thu, 26 May 2022 21:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01691E0855; Thu, 26 May 2022 21:20:48 +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 A911DE0855 for ; Thu, 26 May 2022 21:20:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96960341572 for ; Thu, 26 May 2022 21:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC694C8 for ; Thu, 26 May 2022 21:20:44 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653600041.010abf77bc421b5b1bb0231531955d2811881bbe.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/usort/, sys-cluster/usort/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/usort/files/usort-0_pre20211230-fix-fpermissive.patch sys-cluster/usort/usort-0_pre20211230.ebuild X-VCS-Directories: sys-cluster/usort/ sys-cluster/usort/files/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 010abf77bc421b5b1bb0231531955d2811881bbe X-VCS-Branch: dev Date: Thu, 26 May 2022 21:20:44 +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: 7374c667-ea10-4bad-8d96-585193992c8b X-Archives-Hash: a66dd8f0d44ec0eb5b1f557ee50dae46 commit: 010abf77bc421b5b1bb0231531955d2811881bbe Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 26 15:51:06 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu May 26 21:20:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=010abf77 sys-cluster/usort: fix fpermissive Signed-off-by: Alessandro Barbieri gmail.com> .../usort/files/usort-0_pre20211230-fix-fpermissive.patch | 10 ++++++++++ sys-cluster/usort/usort-0_pre20211230.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/sys-cluster/usort/files/usort-0_pre20211230-fix-fpermissive.patch b/sys-cluster/usort/files/usort-0_pre20211230-fix-fpermissive.patch new file mode 100644 index 000000000..d99d4117e --- /dev/null +++ b/sys-cluster/usort/files/usort-0_pre20211230-fix-fpermissive.patch @@ -0,0 +1,10 @@ +--- a/include/ompUtils.tcc ++++ b/include/ompUtils.tcc +@@ -4,6 +4,7 @@ + #include + #include + // #include ++#include + + + diff --git a/sys-cluster/usort/usort-0_pre20211230.ebuild b/sys-cluster/usort/usort-0_pre20211230.ebuild index 503dbcb30..31b9b5e79 100644 --- a/sys-cluster/usort/usort-0_pre20211230.ebuild +++ b/sys-cluster/usort/usort-0_pre20211230.ebuild @@ -24,6 +24,7 @@ BDEPEND="app-text/dos2unix" PATCHES=( "${FILESDIR}/${P}-cmake.patch" "${FILESDIR}/${P}-rename-THRESHOLD.patch" + "${FILESDIR}/${P}-fix-fpermissive.patch" ) src_prepare() {