diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-11-04 09:10:16 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-11-04 09:10:16 +0000 |
commit | 45ba883f3254808eab27f7a8fce609be6e8e8d8a (patch) | |
tree | 3619ed6fa843d778c2ed5eca7f0e3c25cbf7d4a5 /dev-php/PEAR-Auth_SASL | |
parent | Initial import. (diff) | |
download | historical-45ba883f3254808eab27f7a8fce609be6e8e8d8a.tar.gz historical-45ba883f3254808eab27f7a8fce609be6e8e8d8a.tar.bz2 historical-45ba883f3254808eab27f7a8fce609be6e8e8d8a.zip |
x86 stable, see bug 388763
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'dev-php/PEAR-Auth_SASL')
-rw-r--r-- | dev-php/PEAR-Auth_SASL/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth_SASL/ChangeLog b/dev-php/PEAR-Auth_SASL/ChangeLog index 5fc941ebc6a1..393afd43c88c 100644 --- a/dev-php/PEAR-Auth_SASL/ChangeLog +++ b/dev-php/PEAR-Auth_SASL/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Auth_SASL # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.39 2011/11/03 11:06:34 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.40 2011/11/04 09:04:24 nativemad Exp $ + + 04 Nov 2011; Andreas Schuerch <nativemad@gentoo.org> + PEAR-Auth_SASL-1.0.6.ebuild: + x86 stable, see bug 388763 03 Nov 2011; Tony Vroon <chainsaw@gentoo.org> PEAR-Auth_SASL-1.0.6.ebuild: Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild index e9c8e80829fb..09eb538a6e9e 100644 --- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild +++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild,v 1.2 2011/11/03 11:06:34 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild,v 1.3 2011/11/04 09:04:24 nativemad Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" |