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 C273F158093 for ; Sat, 2 Jul 2022 18:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2A9E0DA5; Sat, 2 Jul 2022 18:21:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 21070E0DA4 for ; Sat, 2 Jul 2022 18:21:02 +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 2CE62341D65 for ; Sat, 2 Jul 2022 18:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 640EC540 for ; Sat, 2 Jul 2022 18:20:58 +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: <1656785993.4f6b11e664aeb5ca872506bd52ff751bf6870a2b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild X-VCS-Directories: dev-perl/HTML-Mason/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f6b11e664aeb5ca872506bd52ff751bf6870a2b X-VCS-Branch: master Date: Sat, 2 Jul 2022 18:20:58 +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: 842e32b1-abb6-4dd2-bb21-704132312fb9 X-Archives-Hash: 33fa1bbe9855948b07c74e06ee975851 commit: 4f6b11e664aeb5ca872506bd52ff751bf6870a2b Author: Sam James gentoo org> AuthorDate: Sat Jul 2 18:19:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 2 18:19:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6b11e6 dev-perl/HTML-Mason: Stabilize 1.590.0-r1 x86, #855917 Signed-off-by: Sam James gentoo.org> dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild index 7aea94b71506..c086be0c6311 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.590.0-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A HTML development and delivery Perl Module" HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="modperl test" RESTRICT="!test? ( test )"