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 478431581FB for ; Thu, 29 Aug 2024 05:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C0FE29E0; Thu, 29 Aug 2024 05:47:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70634E29E0 for ; Thu, 29 Aug 2024 05:47:09 +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 AA37434092E for ; Thu, 29 Aug 2024 05:47:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 188D31CBE for ; Thu, 29 Aug 2024 05:47:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1724910424.35cd968e9ab07a7a8e647addb882646519c93947.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Getopt-Long/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild X-VCS-Directories: virtual/perl-Getopt-Long/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 35cd968e9ab07a7a8e647addb882646519c93947 X-VCS-Branch: master Date: Thu, 29 Aug 2024 05:47:07 +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: 01225898-27a6-4a4a-9947-d2c95808133a X-Archives-Hash: 82fef7644fa754e06b1915ecb071cdf9 commit: 35cd968e9ab07a7a8e647addb882646519c93947 Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 29 05:45:33 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 29 05:47:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cd968e virtual/perl-Getopt-Long: stabilize 2.570.0-r1 for amd64 Bug: https://bugs.gentoo.org/938660 Signed-off-by: Joonas Niilola gentoo.org> virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild index 235643d4440a..05f4005afcbe 100644 --- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.570.0-r1.ebuild @@ -5,7 +5,7 @@ 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 ~amd64-linux ~x86-linux ~arm64-macos ~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" RDEPEND=" || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} )