From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1253983-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC8481382C5 for <garchives@archives.gentoo.org>; Mon, 22 Feb 2021 18:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256B5E084E; Mon, 22 Feb 2021 18:57:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08EC0E084E for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D7C2340FC5 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BA5B573 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:21 +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: <1614020219.916e7bafb2f34b5d288390aa2ea0fe8e195f34a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 916e7bafb2f34b5d288390aa2ea0fe8e195f34a5 X-VCS-Branch: master Date: Mon, 22 Feb 2021 18:57:21 +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: f7574c32-8d6b-4a01-a0a5-99fccc39d817 X-Archives-Hash: 711d6e5487b3653fef6028a8542489a8 commit: 916e7bafb2f34b5d288390aa2ea0fe8e195f34a5 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org> AuthorDate: Sat Feb 20 20:17:01 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 18:56:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916e7baf profiles/arch/arm64/package.use.mask: hdf broken on arm64 masked on sci-libs/netcdf Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 79fc3bf8897..57334d39dc8 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Roy Bamford <neddyseagoon@gentoo.org> (2021-02-20) +# sci-libs/hdf does not build on arm64 bug #771648 +sci-libs/netcdf hdf + +# Roy Bamford <neddyseagoon@gentoo.org> (2021-02-20) +# all-modules needs sci-libs/kissfft not yet in gentoo bug #754684 +# build fails with USE=java +sci-libs/vtk all-modules java + # Thomas Deutschmann <whissi@gentoo.org> (2021-02-17) # Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available dev-lang/php -jit