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 5EAC71382C5 for ; Sat, 24 Feb 2018 08:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3966E0877; Sat, 24 Feb 2018 08:07:29 +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 7F77BE0877 for ; Sat, 24 Feb 2018 08:07:29 +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 7C494335C31 for ; Sat, 24 Feb 2018 08:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B4A246 for ; Sat, 24 Feb 2018 08:07:24 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1519459601.b5a65087f6bbdd364125ba9a7aedc9451b1dda56.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Form-UrlEncoded/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild X-VCS-Directories: dev-perl/WWW-Form-UrlEncoded/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b5a65087f6bbdd364125ba9a7aedc9451b1dda56 X-VCS-Branch: master Date: Sat, 24 Feb 2018 08:07:24 +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-Archives-Salt: ed839fec-ad8c-4495-a3d0-6fd006bf5fda X-Archives-Hash: 138ae960f1861844e1eb8c1a55172792 commit: b5a65087f6bbdd364125ba9a7aedc9451b1dda56 Author: Jason Zaman gentoo org> AuthorDate: Sat Feb 24 08:02:43 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 24 08:06:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a65087 dev-perl/WWW-Form-UrlEncoded: amd64 stable Gentoo-bug: 648578 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild index 48240ae4abb..a00aa35dd43 100644 --- a/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild +++ b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.240.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="parser and builder for application/x-www-form-urlencoded" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test +xs" RDEPEND="