From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C21D13888F for ; Fri, 16 Oct 2015 11:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3251E088D; Fri, 16 Oct 2015 11:17:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DF00E088D for ; Fri, 16 Oct 2015 11:17:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B0534087F for ; Fri, 16 Oct 2015 11:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18DFEFB5 for ; Fri, 16 Oct 2015 11:17:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1444994095.9f70a1cca96e3be6089daa9fdacd71e5319d1df0.zlogene@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.2.ebuild X-VCS-Directories: dev-php/PEAR-Math_BigInteger/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9f70a1cca96e3be6089daa9fdacd71e5319d1df0 X-VCS-Branch: master Date: Fri, 16 Oct 2015 11:17:42 +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: 2753a633-bdda-4f6f-bdbe-13d55d33a1bd X-Archives-Hash: dcf6c6992e92df03a5cb57729f250c4f commit: 9f70a1cca96e3be6089daa9fdacd71e5319d1df0 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 16 11:14:01 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 16 11:14:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f70a1cc dev-php/PEAR-Math_BigInteger: Add ~sparc keyword wrt bug #528470 Package-Manager: portage-2.2.20.1 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild index a7d578f..665e187 100644 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.0"