diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-03-03 20:30:37 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-03-03 20:30:37 +0000 |
commit | 0c6d7690cabb9833581eafba9d656a61618d4db8 (patch) | |
tree | 6d87a30d11538f629e553c3037496cc7786fc27e /dev-php | |
parent | sparc stable wrt #403963 (diff) | |
download | gentoo-2-0c6d7690cabb9833581eafba9d656a61618d4db8.tar.gz gentoo-2-0c6d7690cabb9833581eafba9d656a61618d4db8.tar.bz2 gentoo-2-0c6d7690cabb9833581eafba9d656a61618d4db8.zip |
Stable on alpha, bug #394067
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/ChangeLog b/dev-php/PEAR-Net_LDAP2/ChangeLog index 58e5e80fb38f..32913a484a65 100644 --- a/dev-php/PEAR-Net_LDAP2/ChangeLog +++ b/dev-php/PEAR-Net_LDAP2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_LDAP2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.11 2012/03/01 19:54:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.12 2012/03/03 20:30:37 klausman Exp $ + + 03 Mar 2012; Tobias Klausmann <klausman@gentoo.org> + PEAR-Net_LDAP2-2.0.12.ebuild: + Stable on alpha, bug #394067 01 Mar 2012; Brent Baude <ranger@gentoo.org> PEAR-Net_LDAP2-2.0.12.ebuild: Marking PEAR-Net_LDAP2-2.0.12 ppc for bug 394067 diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild index 664074a69273..e84736b12edd 100644 --- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild,v 1.5 2012/03/01 19:54:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild,v 1.6 2012/03/03 20:30:37 klausman Exp $ EAPI="4" inherit php-pear-r1 -KEYWORDS="~alpha amd64 hppa ppc ~sparc x86" +KEYWORDS="alpha amd64 hppa ppc ~sparc x86" DESCRIPTION="OO interface for searching and manipulating LDAP-entries" LICENSE="LGPL-2.1" |