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 E7FBB139694 for ; Mon, 20 Mar 2017 13:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37D5B21C054; Mon, 20 Mar 2017 13:24:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14A3E21C028 for ; Mon, 20 Mar 2017 13:24:45 +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 AC850340AC7 for ; Mon, 20 Mar 2017 13:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0B86EC9 for ; Mon, 20 Mar 2017 13:24:43 +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: <1490016195.228f0c1da1a4ef0b82c3c03bfc7d74203abd0205.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild X-VCS-Directories: dev-php/PEAR-XML_Util/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 228f0c1da1a4ef0b82c3c03bfc7d74203abd0205 X-VCS-Branch: master Date: Mon, 20 Mar 2017 13:24:43 +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: 8cd10dfb-7c23-4807-b8ee-17da32089c07 X-Archives-Hash: 3b434586fb3de16c7e73d0e2b72eb7bc commit: 228f0c1da1a4ef0b82c3c03bfc7d74203abd0205 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Mar 20 13:23:15 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Mar 20 13:23:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228f0c1d dev-php/PEAR-XML_Util: stabilize remaining arches per ALLARCHES policy. Gentoo-Bug: 613280 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild index fcff01abc11..5b00e94cc84 100644 --- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild +++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" LICENSE="BSD" 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="examples" # PCRE is needed for a few calls to preg_replace and preg_match.