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 F2C32139694 for ; Wed, 5 Apr 2017 00:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150A8E0CC9; Wed, 5 Apr 2017 00:53:28 +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 E3818E0CC9 for ; Wed, 5 Apr 2017 00:53:27 +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 9E46D341692 for ; Wed, 5 Apr 2017 00:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24671B9B for ; Wed, 5 Apr 2017 00:53:24 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1491353431.66a56abcec760f7120a7f6e20fe7395b25654a8e.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Math_BigInteger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild X-VCS-Directories: dev-php/PEAR-Math_BigInteger/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 66a56abcec760f7120a7f6e20fe7395b25654a8e X-VCS-Branch: master Date: Wed, 5 Apr 2017 00:53: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: 48e035d4-2454-48fb-a11e-b6941cff27c1 X-Archives-Hash: b829d64b2136e1740dac885dc8dafb7e commit: 66a56abcec760f7120a7f6e20fe7395b25654a8e Author: Michael Weber gentoo org> AuthorDate: Wed Apr 5 00:50:31 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 5 00:50:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a56abc dev-php/PEAR-Math_BigInteger: add ~ppc keyword (bug 528470). Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild index cc9f63e0e9c..10f66b77e0e 100644 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.0"