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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26F7313934E for ; Mon, 2 Aug 2021 02:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9400E0A8C; Mon, 2 Aug 2021 02:25:00 +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 C95CDE0A8C for ; Mon, 2 Aug 2021 02:25:00 +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 D49FF343C48 for ; Mon, 2 Aug 2021 02:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A479798 for ; Mon, 2 Aug 2021 02:24:57 +0000 (UTC) From: "Sam James" 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" Message-ID: <1627871051.e8e24bf4679ce927f094a6f8e9132a205d69d883.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-String/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild X-VCS-Directories: dev-perl/Unicode-String/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8e24bf4679ce927f094a6f8e9132a205d69d883 X-VCS-Branch: master Date: Mon, 2 Aug 2021 02:24:57 +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: c75cc6e7-cb69-4d99-946b-170717f5114f X-Archives-Hash: f0f06ab819d56f9a1b43c43981be09b4 commit: e8e24bf4679ce927f094a6f8e9132a205d69d883 Author: Sam James gentoo org> AuthorDate: Mon Aug 2 02:24:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 2 02:24:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e24bf4 dev-perl/Unicode-String: Stabilize 2.100.0 arm64, #799659 Signed-off-by: Sam James gentoo.org> dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild index a0e700f1cdb..88a7a7e3cf0 100644 --- a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild +++ b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="String manipulation for Unicode strings" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux" IUSE="" RDEPEND=">=virtual/perl-MIME-Base64-2.11"