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-Text_Password/
Date: Sat, 01 Apr 2017 15:51:54
Message-Id: 1491061896.f8adf5d812a86aad5ee9eddbefd442a8e9831c92.xmw@gentoo
1 commit: f8adf5d812a86aad5ee9eddbefd442a8e9831c92
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 15:50:18 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 15:51:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adf5d8
7
8 dev-php/PEAR-Text_Password: add ~ppc keyword (bug 574264).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
17 index ac9ef926753..abc640a814b 100644
18 --- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
19 +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.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="MIT"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
25 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
26 IUSE="test"
27
28 RDEPEND="dev-lang/php:*"