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-Crypt_GPG/
Date: Tue, 20 Feb 2018 01:55:37
Message-Id: 1519091618.7bef663c798a320905026b11fab090bd7da848d8.grknight@gentoo
1 commit: 7bef663c798a320905026b11fab090bd7da848d8
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 01:53:38 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 01:53:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bef663c
7
8 dev-php/PEAR-Crypt_GPG: Pure PHP code stable on all arches
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 6b6f6674bff..23527ba9fca 100644
17 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
18 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
26 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
30 +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
31 IUSE="test"
32
33 # Really only needs PEAR_Exception, not PEAR-PEAR.