diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-22 15:01:46 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-22 15:01:46 +0000 |
commit | 03f48f54b0d22a96689a858fc248a7723cfa563f (patch) | |
tree | b715049d5f1f22de9736919515c41c7ffcf335d5 /dev-php5/pecl-zip | |
parent | Added a deprecation note to the ebuild. (diff) | |
download | gentoo-2-03f48f54b0d22a96689a858fc248a7723cfa563f.tar.gz gentoo-2-03f48f54b0d22a96689a858fc248a7723cfa563f.tar.bz2 gentoo-2-03f48f54b0d22a96689a858fc248a7723cfa563f.zip |
stable on amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php5/pecl-zip')
-rw-r--r-- | dev-php5/pecl-zip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-zip/pecl-zip-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-zip/ChangeLog b/dev-php5/pecl-zip/ChangeLog index eb27c1649431..cbc98f21dbae 100644 --- a/dev-php5/pecl-zip/ChangeLog +++ b/dev-php5/pecl-zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-zip # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/ChangeLog,v 1.8 2006/01/21 23:19:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/ChangeLog,v 1.9 2006/01/22 15:01:46 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-zip-1.0.ebuild: + stable on amd64 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-zip-1.0.ebuild: Stable on SPARC wrt bug #119447. diff --git a/dev-php5/pecl-zip/pecl-zip-1.0.ebuild b/dev-php5/pecl-zip/pecl-zip-1.0.ebuild index b013160daffd..1864b4f3e7dd 100644 --- a/dev-php5/pecl-zip/pecl-zip-1.0.ebuild +++ b/dev-php5/pecl-zip/pecl-zip-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/pecl-zip-1.0.ebuild,v 1.11 2006/01/21 23:19:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/pecl-zip-1.0.ebuild,v 1.12 2006/01/22 15:01:46 blubb Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_PKG="zip" @@ -13,7 +13,7 @@ IUSE="" DESCRIPTION="PHP zip management extension." SLOT="0" LICENSE="PHP" -KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86" DEPEND="${DEPEND} dev-libs/zziplib" |