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 9D0ED158090 for ; Sun, 29 May 2022 18:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5169FE0908; Sun, 29 May 2022 18:29:55 +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 35353E0909 for ; Sun, 29 May 2022 18:29:55 +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 CC4BA3419FD for ; Sun, 29 May 2022 18:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964824FF for ; Sun, 29 May 2022 18:29:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653810940.7fc8001d85472eb73514e0ead7c33cb6bd447c3e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/usort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/usort/usort-0_pre20211230-r1.ebuild X-VCS-Directories: sys-cluster/usort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7fc8001d85472eb73514e0ead7c33cb6bd447c3e X-VCS-Branch: master Date: Sun, 29 May 2022 18:29:50 +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: 4157308c-5664-4386-bacd-d056dd525a16 X-Archives-Hash: 178fa3302783d47f711552112c24af47 commit: 7fc8001d85472eb73514e0ead7c33cb6bd447c3e Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 07:55:40 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun May 29 07:55:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fc8001d sys-cluster/usort: fix patching Closes: https://bugs.gentoo.org/848024 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/usort/usort-0_pre20211230-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/usort/usort-0_pre20211230-r1.ebuild b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild index 6c69114f1..67b6f1b19 100644 --- a/sys-cluster/usort/usort-0_pre20211230-r1.ebuild +++ b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild @@ -31,6 +31,7 @@ src_prepare() { dos2unix CMakeLists.txt || die dos2unix include/seqUtils.h || die dos2unix include/seqUtils.tcc || die + dos2unix include/ompUtils.tcc || die cmake_src_prepare }