From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1353429-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 DEE19158086
	for <garchives@archives.gentoo.org>; Tue, 28 Dec 2021 22:01:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 25C8A2BC0E9;
	Tue, 28 Dec 2021 22:01:02 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B84DE2BC0DC
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:01:00 +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 A9925342FEA
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:00:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 11860238
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Dec 2021 22:00:58 +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: <1640728840.259313ae634d9843fddabab448f4ce1e131b9ba6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
X-VCS-Directories: sci-libs/netcdf/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 259313ae634d9843fddabab448f4ce1e131b9ba6
X-VCS-Branch: master
Date: Tue, 28 Dec 2021 22:00:58 +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: b5cf3c0a-fec5-4f16-8470-330ba8114c85
X-Archives-Hash: 5c37901e5d8a383de007ccea1cc8dfd4

commit:     259313ae634d9843fddabab448f4ce1e131b9ba6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 21:54:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 22:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259313ae

sci-libs/netcdf: temporarily disable ENABLE_LIBXML2

It's not yet in a release, whoops.

Closes: https://bugs.gentoo.org/830191
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/netcdf/netcdf-4.8.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
index f4214e76b26a..0dd095346a26 100644
--- a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
+++ b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
@@ -56,7 +56,8 @@ src_configure() {
 
 	local mycmakeargs=(
 		-DENABLE_DAP_REMOTE_TESTS=OFF
-		-DENABLE_LIBXML2=ON
+		# Enable for >4.8.1 (not yet in a release)
+		#-DENABLE_LIBXML2=ON
 		-DBUILD_UTILITIES=$(usex tools)
 		-DENABLE_DAP=$(usex dap)
 		-DENABLE_DOXYGEN=$(usex doc)