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 27158139695 for ; Sun, 12 Feb 2017 15:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A16EE0C63; Sun, 12 Feb 2017 15:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46D4EE0C63 for ; Sun, 12 Feb 2017 15:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CF7934165A for ; Sun, 12 Feb 2017 15:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 395CD4565 for ; Sun, 12 Feb 2017 15:57:41 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1486915023.1ac03ddbbf0cddbcd533377d9a6bd01aeb68b592.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_RSS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild X-VCS-Directories: dev-php/PEAR-XML_RSS/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1ac03ddbbf0cddbcd533377d9a6bd01aeb68b592 X-VCS-Branch: master Date: Sun, 12 Feb 2017 15:57:41 +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: 28c83419-5454-42dd-bd40-072679b42b22 X-Archives-Hash: 446c1d43f7f712841c0e4207e0420418 commit: 1ac03ddbbf0cddbcd533377d9a6bd01aeb68b592 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Feb 12 15:55:53 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Feb 12 15:57:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac03ddb dev-php/PEAR-XML_RSS: stabilize remaining arches per ALLARCHES policy. Gentoo-Bug: 608754 Package-Manager: portage-2.3.3 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild index 742c5f2a01..652a804d1b 100644 --- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" # Only needs PEAR_Exception (not in the tree), not all of PEAR.