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 8919D139368 for ; Tue, 3 Aug 2021 11:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD001E0AB4; Tue, 3 Aug 2021 11:05:53 +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 C4022E0AB4 for ; Tue, 3 Aug 2021 11:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DA458343B96 for ; Tue, 3 Aug 2021 11:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3584485A for ; Tue, 3 Aug 2021 11:05:50 +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: <1627988643.72b1bba72ae471352d98a06ca75d86dec5b92f41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild X-VCS-Directories: dev-perl/Data-Validate-IP/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72b1bba72ae471352d98a06ca75d86dec5b92f41 X-VCS-Branch: master Date: Tue, 3 Aug 2021 11:05:50 +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: aef8e0c5-9818-4dbe-9416-66921d139fd1 X-Archives-Hash: eb2c6e93107c4b84de612ffa182551e7 commit: 72b1bba72ae471352d98a06ca75d86dec5b92f41 Author: Sam James gentoo org> AuthorDate: Tue Aug 3 11:04:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 3 11:04:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b1bba7 dev-perl/Data-Validate-IP: Stabilize 0.300.0 arm, #805761 Signed-off-by: Sam James gentoo.org> dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild index eb39a2d1bfe..61d63f6493f 100644 --- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild +++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.300.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="IPv4 and IPv6 validation methods" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"