From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5FC761584AD for ; Fri, 11 Apr 2025 23:00:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 46D82343864 for ; Fri, 11 Apr 2025 23:00:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 950D91104B8; Fri, 11 Apr 2025 23:00:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8B6381104B8 for ; Fri, 11 Apr 2025 23:00:30 +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 47DA8341C25 for ; Fri, 11 Apr 2025 23:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C5C27F1 for ; Fri, 11 Apr 2025 23:00:28 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1744412322.53e0a491ea35d7a23272b517aa04dd494daa530c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-IO-HDF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild X-VCS-Directories: dev-perl/PDL-IO-HDF/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 53e0a491ea35d7a23272b517aa04dd494daa530c X-VCS-Branch: master Date: Fri, 11 Apr 2025 23:00:28 +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: 286678ca-18bc-422f-aeed-53b4bfc20618 X-Archives-Hash: 9952de0cb8b7d6e6e4892654e7c27f68 commit: 53e0a491ea35d7a23272b517aa04dd494daa530c Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 11 22:58:35 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 11 22:58:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e0a491 dev-perl/PDL-IO-HDF: keyword 2.3.0 for ~amd64, ~ppc, ~x86 (split out of PDL) Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild b/dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild index eb0a927f5ef9..7d32b9efecbf 100644 --- a/dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild +++ b/dev-perl/PDL-IO-HDF/PDL-IO-HDF-2.3.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A PDL interface to the HDF4 library" SLOT="0" -#KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" >=dev-perl/PDL-2.94.0