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-Crypt_GPG/
Date: Sat, 01 Apr 2017 10:02:35
Message-Id: 1491040861.82ec0abd021f005ba923f743f8ad3df1cb8f831d.xmw@gentoo
1 commit: 82ec0abd021f005ba923f743f8ad3df1cb8f831d
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:01:01 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:01:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ec0abd
7
8 dev-php/PEAR-Crypt_GPG: add ~ppc64 keyword (bug 594824).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild | 4 ++--
14 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0.ebuild | 2 +-
15 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
19 index ba55a47f02c..66c312a73c4 100644
20 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
21 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.4.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -9,7 +9,7 @@ DESCRIPTION="GNU Privacy Guard (GnuPG)"
29
30 LICENSE="BSD"
31 SLOT="0"
32 -KEYWORDS="amd64 arm x86"
33 +KEYWORDS="amd64 arm ~ppc64 x86"
34 IUSE=""
35 DEPEND=">=dev-lang/php-5.2.1:*[posix,unicode]"
36 RDEPEND="${DEPEND}
37
38 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0.ebuild
39 index 4715fd83766..5d8d3d04172 100644
40 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0.ebuild
41 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0.ebuild
42 @@ -13,7 +13,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
43 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
44 LICENSE="LGPL-2.1"
45 SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
47 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
48 IUSE="test"
49
50 # Really only needs PEAR_Exception, not PEAR-PEAR.
51
52 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
53 index b7c8667f4ec..726076e5283 100644
54 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
55 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
56 @@ -13,7 +13,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
57 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 -KEYWORDS="amd64 ~arm x86"
61 +KEYWORDS="amd64 ~arm ~ppc64 x86"
62 IUSE="test"
63
64 # Really only needs PEAR_Exception, not PEAR-PEAR.