diff options
author | 2011-11-03 11:26:42 +0000 | |
---|---|---|
committer | 2011-11-03 11:26:42 +0000 | |
commit | 5452fd21166a1565c496f46958c380bb0ba2ca80 (patch) | |
tree | 46cc4ad671a585db0abd745b802be678a5fbc1d1 /dev-php/PEAR-Auth_SASL | |
parent | Remove src_install, remove whitespace (diff) | |
download | historical-5452fd21166a1565c496f46958c380bb0ba2ca80.tar.gz historical-5452fd21166a1565c496f46958c380bb0ba2ca80.tar.bz2 historical-5452fd21166a1565c496f46958c380bb0ba2ca80.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #388763.
Package-Manager: portage-2.1.10.32/cvs/Linux x86_64
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 3e8f2dfd7bd2..5fc941ebc6a1 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.38 2011/10/01 19:25:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.39 2011/11/03 11:06:34 chainsaw Exp $ + + 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 & + Agostino "ago" Sarubbo in bug #388763. *PEAR-Auth_SASL-1.0.6 (01 Oct 2011) 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 8a54b07f54eb..e9c8e80829fb 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.1 2011/10/01 19:25:51 pva Exp $ +# $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 $ 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="" |