From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1510318-garchives=archives.gentoo.org@lists.gentoo.org>
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 29D8E15ACFB
	for <garchives@archives.gentoo.org>; Sat, 22 Apr 2023 13:01:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5A485E08FA;
	Sat, 22 Apr 2023 13:01:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 42D17E08FA
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2023 13:01:17 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 833E7340D06
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2023 13:01:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 960E2A50
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2023 13:01:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1682168383.3b68aef2e23a08661203efa8e4635cae3010ca7e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Socket/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/perl-Socket/perl-Socket-2.31.0.ebuild virtual/perl-Socket/perl-Socket-2.33.0.ebuild
X-VCS-Directories: virtual/perl-Socket/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3b68aef2e23a08661203efa8e4635cae3010ca7e
X-VCS-Branch: master
Date: Sat, 22 Apr 2023 13:01:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 37f6e143-8aaa-4250-8690-bb05e9aeebb9
X-Archives-Hash: 461aa74e74b1ddff0039262799751d9e

commit:     3b68aef2e23a08661203efa8e4635cae3010ca7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 12:59:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 12:59:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b68aef2

virtual/perl-Socket: keyword ~arm64-macos

Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/perl-Socket/perl-Socket-2.31.0.ebuild | 4 ++--
 virtual/perl-Socket/perl-Socket-2.33.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
index a2ade6bd9e4e..a076a298bf82 100644
--- a/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.31.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )

diff --git a/virtual/perl-Socket/perl-Socket-2.33.0.ebuild b/virtual/perl-Socket/perl-Socket-2.33.0.ebuild
index 1ed849608721..ac44e5be6724 100644
--- a/virtual/perl-Socket/perl-Socket-2.33.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.33.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	|| ( =dev-lang/perl-5.36* ~perl-core/${PN#perl-}-${PV} )