Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Math_BigInteger/
Date: Wed, 14 Feb 2018 15:50:13
Message-Id: 1518617466.01e50dd660107b02eed33918f3447e4f38d125f5.grknight@gentoo
1 commit: 01e50dd660107b02eed33918f3447e4f38d125f5
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 14:11:06 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 14:11:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e50dd6
7
8 dev-php/PEAR-Math_BigInteger: Mark sparc stable
9
10 Bug: https://bugs.gentoo.org/647534
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
17 index 178d2b0c63d..bf5089085a3 100644
18 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
19 +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}
21 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
25 +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
26 IUSE=""
27 DEPEND=""
28 RDEPEND="dev-lang/php:*"