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 D5E20158086 for ; Fri, 29 Oct 2021 12:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31BC1E0857; Fri, 29 Oct 2021 12:32:43 +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 17615E0857 for ; Fri, 29 Oct 2021 12:32:43 +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 10EA5343131 for ; Fri, 29 Oct 2021 12:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8751989 for ; Fri, 29 Oct 2021 12:32:40 +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: <1635510734.e0a06877cb984967163aee95fc7c7e08e1dc847a.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.ebuild X-VCS-Directories: sci-libs/hdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0a06877cb984967163aee95fc7c7e08e1dc847a X-VCS-Branch: master Date: Fri, 29 Oct 2021 12:32:40 +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: 5760d583-29c8-4945-88d6-cf7ff40171db X-Archives-Hash: e77e589e34674f995d89f4a8df72a06a commit: e0a06877cb984967163aee95fc7c7e08e1dc847a Author: Sam James gentoo org> AuthorDate: Fri Oct 29 12:32:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 12:32:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a06877 sci-libs/hdf: Stabilize 4.2.15 amd64, #816390 Signed-off-by: Sam James 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 21cf98fc16d..d21c07c43c4 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 -riscv -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 )"