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 2567D15838C for ; Mon, 22 Jan 2024 19:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E2D2E2A67; Mon, 22 Jan 2024 19:29:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3901AE2A67 for ; Mon, 22 Jan 2024 19:29:32 +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 807E53432CE for ; Mon, 22 Jan 2024 19:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65C0AB4 for ; Mon, 22 Jan 2024 19:29:29 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1705951756.0ad60f57bec0408d59349751ced4f5c7f22a3b72.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SPAdes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/SPAdes/SPAdes-3.15.5.ebuild X-VCS-Directories: sci-biology/SPAdes/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 0ad60f57bec0408d59349751ced4f5c7f22a3b72 X-VCS-Branch: master Date: Mon, 22 Jan 2024 19:29:29 +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: abc0695c-51d9-4460-a645-b71099afb075 X-Archives-Hash: 21bfa0a52c47770e1e21f6f000016801 commit: 0ad60f57bec0408d59349751ced4f5c7f22a3b72 Author: Horea Christian chymera eu> AuthorDate: Mon Jan 22 19:29:16 2024 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Jan 22 19:29:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ad60f57 sci-biology/SPAdes: added comment for next release Signed-off-by: Horea Christian chymera.eu> sci-biology/SPAdes/SPAdes-3.15.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-biology/SPAdes/SPAdes-3.15.5.ebuild b/sci-biology/SPAdes/SPAdes-3.15.5.ebuild index 4485619e3..026dd0476 100644 --- a/sci-biology/SPAdes/SPAdes-3.15.5.ebuild +++ b/sci-biology/SPAdes/SPAdes-3.15.5.ebuild @@ -29,6 +29,8 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="dev-build/cmake" +# Remove for next release: +# https://github.com/ablab/spades/issues/1238#issuecomment-1904427831 PATCHES=( "${FILESDIR}/${P}-gcc13.patch" )