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 158D4158170 for ; Thu, 18 Jul 2024 19:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D96F6E2AD7; Thu, 18 Jul 2024 19:26:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B12ADE2AD7 for ; Thu, 18 Jul 2024 19:26:40 +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 A1A0633BF60 for ; Thu, 18 Jul 2024 19:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD2A81B89 for ; Thu, 18 Jul 2024 19:26:37 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1721330478.4484b343903c4bc10ab63681f8fbad63dfc4b4a6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild X-VCS-Directories: dev-perl/File-ShareDir/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4484b343903c4bc10ab63681f8fbad63dfc4b4a6 X-VCS-Branch: master Date: Thu, 18 Jul 2024 19:26:37 +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: 2407502d-9bde-4e5e-9d4a-f89befdc70b6 X-Archives-Hash: 39c2411196c1be26f83d30bb03dc1c57 commit: 4484b343903c4bc10ab63681f8fbad63dfc4b4a6 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jul 18 19:21:18 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jul 18 19:21:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4484b343 dev-perl/File-ShareDir: marked ~arm64-macos Signed-off-by: Fabian Groffen gentoo.org> dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild index a7728846f73d..34d1de6e0973 100644 --- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild +++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Locate per-dist and per-module shared files" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="minimal test" RESTRICT="!test? ( test )"