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 EFD47139694 for ; Sun, 12 Feb 2017 16:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60EDFE0C0B; Sun, 12 Feb 2017 16:03: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 41E5AE0C0B for ; Sun, 12 Feb 2017 16:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 78FF0341659 for ; Sun, 12 Feb 2017 16:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D554566 for ; Sun, 12 Feb 2017 16:03: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: <1486915416.bc234ed1a1575c494f55b9ded85ce1ba129ac277.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-System_Command/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild X-VCS-Directories: dev-php/PEAR-System_Command/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bc234ed1a1575c494f55b9ded85ce1ba129ac277 X-VCS-Branch: master Date: Sun, 12 Feb 2017 16:03: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: 8e9e7b29-5f22-4fd1-8996-e62b3c2b5c3f X-Archives-Hash: 75bcffaf77fe27fdb0159492665f2057 commit: bc234ed1a1575c494f55b9ded85ce1ba129ac277 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Feb 12 16:01:16 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Feb 12 16:03:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc234ed1 dev-php/PEAR-System_Command: stabilize remaining arches per ALLARCHES policy. Gentoo-Bug: 608752 Package-Manager: portage-2.3.3 dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild index 784b83f05e..d6ab3bc13a 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild @@ -12,7 +12,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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="examples" RDEPEND="dev-lang/php:*