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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F22491394FE for ; Sun, 15 Aug 2021 21:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11E9E0975; Sat, 14 Aug 2021 23:15:28 +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 C519EE096F for ; Sat, 14 Aug 2021 23:15:28 +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 CEAA134317E for ; Sat, 14 Aug 2021 23:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D138B3 for ; Sat, 14 Aug 2021 23:15:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628982905.b9c5a5079188feef26b21c455166ff9ba7f38b4d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hdf/hdf-4.2.15.ebuild X-VCS-Directories: sci-libs/hdf/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b9c5a5079188feef26b21c455166ff9ba7f38b4d X-VCS-Branch: master Date: Sat, 14 Aug 2021 23:15:24 +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: 81a490e7-bf16-48df-9e1c-60f4d77cc52e X-Archives-Hash: 6926a30ad7fc9f414af6116ce8978264 commit: b9c5a5079188feef26b21c455166ff9ba7f38b4d Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 14 21:35:44 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Aug 14 23:15:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c5a507 sci-libs/hdf: keyword 4.2.15 for -riscv Architecture not supported; see Bug #664856. Signed-off-by: Marek Szuba gentoo.org> sci-libs/hdf/hdf-4.2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/hdf/hdf-4.2.15.ebuild b/sci-libs/hdf/hdf-4.2.15.ebuild index b2ff7488868..21cf98fc16d 100644 --- a/sci-libs/hdf/hdf-4.2.15.ebuild +++ b/sci-libs/hdf/hdf-4.2.15.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://support.hdfgroup.org/ftp/HDF/releases/${PN^^}${PV}/src/${P}.tar SLOT="0" LICENSE="NCSA-HDF" -KEYWORDS="~amd64 ~ia64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ia64 ~ppc -riscv -sparc ~x86 ~amd64-linux ~x86-linux" IUSE="examples fortran szip static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( szip )"