From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1309195-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9793B1394BF for <garchives@archives.gentoo.org>; Tue, 3 Aug 2021 11:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26B3E0AD9; Tue, 3 Aug 2021 11:05:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF7F2E0AD9 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 11:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE955343BB2 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 11:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E42C8898 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 11:05:50 +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: <1627988680.0a5445d472eb9a94a8dfd253c6060667fcce558f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Long-Descriptive/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild X-VCS-Directories: dev-perl/Getopt-Long-Descriptive/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a5445d472eb9a94a8dfd253c6060667fcce558f X-VCS-Branch: master Date: Tue, 3 Aug 2021 11:05:50 +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: 1f93215d-44a9-4ed7-bf96-3e69df50ac88 X-Archives-Hash: ce69b0b1035f407d4dca6583e470cfc7 commit: 0a5445d472eb9a94a8dfd253c6060667fcce558f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 3 11:04:40 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 3 11:04:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5445d4 dev-perl/Getopt-Long-Descriptive: Stabilize 0.109.0 arm, #805812 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild index 47074fa5200..69996204be3 100644 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.109.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Getopt::Long with usage text" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 arm ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )"