diff options
Diffstat (limited to 'dev-php/PEAR-Cache')
-rw-r--r-- | dev-php/PEAR-Cache/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog index 91ead4448cad..ebd81b202810 100644 --- a/dev-php/PEAR-Cache/ChangeLog +++ b/dev-php/PEAR-Cache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Cache -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.40 2011/12/12 10:48:16 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.41 2012/01/16 12:42:35 ago Exp $ + + 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> PEAR-Cache-1.5.6.ebuild: + Stable for amd64, wrt bug #393705 *PEAR-Cache-1.5.6 (12 Dec 2011) diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild index 3f731ec25b6d..f63b7f969ea4 100644 --- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild +++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild,v 1.1 2011/12/12 10:48:16 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild,v 1.2 2012/01/16 12:42:35 ago Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Framework for caching of arbitrary data" LICENSE="PHP-2.02" 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="" DEPEND=">=dev-php/PEAR-PEAR-1.7.0" |