Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Exception/
Date: Wed, 05 Apr 2017 13:23:55
Message-Id: 1491398459.8b4c075037279d51130512ffca4b2fa0fdf19d4f.xmw@gentoo
1 commit: 8b4c075037279d51130512ffca4b2fa0fdf19d4f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 13:00:51 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 13:20:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4c0750
7
8 dev-php/PEAR-Exception: add ~arm keyword (bug 613380).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
17 index 7795167c287..191048a7f11 100644
18 --- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
19 +++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
21 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm"
26 IUSE="test"
27 RDEPEND="dev-lang/php:*
28 !<=dev-php/PEAR-PEAR-1.10.3-r1"