Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP2/
Date: Fri, 17 Nov 2017 15:26:49
Message-Id: 1510932371.4ec559c3c55312efd9d9e99c73b4bf3c648d89e7.mjo@gentoo
1 commit: 4ec559c3c55312efd9d9e99c73b4bf3c648d89e7
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 15:24:53 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 15:26:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec559c3
7
8 dev-php/PEAR-Net_LDAP2: stabilize remaining arches under ALLARCHES policy.
9
10 This package is pure PHP, so to alleviate the burden on the arch
11 teams, I've stabilized it on the three remaining arches (amd64, arm,
12 and hppa). Thanks to everyone who tested it.
13
14 Closes: https://bugs.gentoo.org/637188
15 Package-Manager: Portage-2.3.13, Repoman-2.3.3
16
17 dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 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
21 index e20e5575261..006221f5089 100644
22 --- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
23 +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=6
26
27 MY_PN="${PN/PEAR-/}"
28 -KEYWORDS="alpha ~amd64 ~arm ~hppa ppc ppc64 sparc x86"
29 +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
30 DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
31 HOMEPAGE="https://pear.php.net/package/${MY_PN}"
32 SRC_URI="http://download.pear.php.net/package/${MY_PN}-${PV}.tgz"