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 18288158041 for ; Fri, 22 Mar 2024 08:49:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528C4E29B9; Fri, 22 Mar 2024 08:49:49 +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 2A84DE29B9 for ; Fri, 22 Mar 2024 08:49:49 +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 32A1233BEEB for ; Fri, 22 Mar 2024 08:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C34B215A6 for ; Fri, 22 Mar 2024 08:49:46 +0000 (UTC) From: "Sam James" 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" Message-ID: <1711097367.2186e8d7f1080d3b350e12f7c21d538c07fa14dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/mothur/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/mothur/mothur-1.48.0.ebuild X-VCS-Directories: sci-biology/mothur/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2186e8d7f1080d3b350e12f7c21d538c07fa14dd X-VCS-Branch: master Date: Fri, 22 Mar 2024 08:49:46 +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: 7b279de7-2ad6-4409-b3c1-193acc4975d7 X-Archives-Hash: 7bab195affb4bb728d89702890e8b587 commit: 2186e8d7f1080d3b350e12f7c21d538c07fa14dd Author: Sam James gentoo org> AuthorDate: Fri Mar 22 08:49:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 22 08:49:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2186e8d7 sci-biology/mothur: uncomment patch... Closes: https://bugs.gentoo.org/927495 Signed-off-by: Sam James gentoo.org> sci-biology/mothur/mothur-1.48.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/mothur/mothur-1.48.0.ebuild b/sci-biology/mothur/mothur-1.48.0.ebuild index 869b0bae718b..7d54bf273ac0 100644 --- a/sci-biology/mothur/mothur-1.48.0.ebuild +++ b/sci-biology/mothur/mothur-1.48.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( - #"${FILESDIR}"/${PN}-1.48.0-build.patch + "${FILESDIR}"/${PN}-1.48.0-build.patch ) src_configure() {