diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-17 10:24:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-17 10:26:11 -0500 |
commit | 4ec559c3c55312efd9d9e99c73b4bf3c648d89e7 (patch) | |
tree | a2f2c137a0f10dcdea9255b29acc1ba83f7ef8d3 /dev-php | |
parent | dev-libs/libunistring: Clean up patch. (diff) | |
download | gentoo-4ec559c3c55312efd9d9e99c73b4bf3c648d89e7.tar.gz gentoo-4ec559c3c55312efd9d9e99c73b4bf3c648d89e7.tar.bz2 gentoo-4ec559c3c55312efd9d9e99c73b4bf3c648d89e7.zip |
dev-php/PEAR-Net_LDAP2: stabilize remaining arches under ALLARCHES policy.
This package is pure PHP, so to alleviate the burden on the arch
teams, I've stabilized it on the three remaining arches (amd64, arm,
and hppa). Thanks to everyone who tested it.
Closes: https://bugs.gentoo.org/637188
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild index e20e5575261b..006221f50898 100644 --- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_PN="${PN/PEAR-/}" -KEYWORDS="alpha ~amd64 ~arm ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86" DESCRIPTION="OO interface for searching and manipulating LDAP-entries" HOMEPAGE="https://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_PN}-${PV}.tgz" |