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 57F19158086 for ; Wed, 8 Dec 2021 04:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707B2E07D1; Wed, 8 Dec 2021 04:20:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F396E07D1 for ; Wed, 8 Dec 2021 04:20:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12EAE3432FB for ; Wed, 8 Dec 2021 04:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC9F1C6 for ; Wed, 8 Dec 2021 04:20:43 +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: <1638937207.ad6e8b5b84c4fb5e19e5a0f475e52776725a790a.sam@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-r1.ebuild X-VCS-Directories: sci-libs/hdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad6e8b5b84c4fb5e19e5a0f475e52776725a790a X-VCS-Branch: master Date: Wed, 8 Dec 2021 04:20:43 +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: 10078fe8-dbb6-4f84-aa6f-342e18f2f082 X-Archives-Hash: c4a3842701573fe64050376aaf660d17 commit: ad6e8b5b84c4fb5e19e5a0f475e52776725a790a Author: Sam James gentoo org> AuthorDate: Wed Dec 8 04:20:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 8 04:20:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6e8b5b sci-libs/hdf: drop -riscv for 4.2.15-r1 with new arch. support This should now support riscv, but will leave keywording for the arch team of course. But dropping -riscv as it's no longer known-broken. Bug: https://bugs.gentoo.org/664856 Signed-off-by: Sam James gentoo.org> sci-libs/hdf/hdf-4.2.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/hdf/hdf-4.2.15-r1.ebuild b/sci-libs/hdf/hdf-4.2.15-r1.ebuild index 2c9f240f5c3e..c93e912c8ccd 100644 --- a/sci-libs/hdf/hdf-4.2.15-r1.ebuild +++ b/sci-libs/hdf/hdf-4.2.15-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-4.2.15- LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc -riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples fortran szip static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( szip )"