diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-19 20:53:38 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-19 20:53:38 -0500 |
commit | 7bef663c798a320905026b11fab090bd7da848d8 (patch) | |
tree | 58b00a16917f886691cb6882eb23c9a40cc82039 /dev-php/PEAR-Crypt_GPG | |
parent | dev-php/PEAR-Console_CommandLine: Pure PHP code stable on all arches (diff) | |
download | gentoo-7bef663c798a320905026b11fab090bd7da848d8.tar.gz gentoo-7bef663c798a320905026b11fab090bd7da848d8.tar.bz2 gentoo-7bef663c798a320905026b11fab090bd7da848d8.zip |
dev-php/PEAR-Crypt_GPG: Pure PHP code stable on all arches
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 6b6f6674bffa..23527ba9fca7 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="test" # Really only needs PEAR_Exception, not PEAR-PEAR. |