diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-25 15:35:50 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-25 15:35:50 +0000 |
commit | a62b2185e1ff3d2a6388b878b7e0773f0683c17a (patch) | |
tree | cb36c7f7856a11c38c5cc7e58ea7f1d8e25142a3 /dev-php4/pecl-zip/pecl-zip-1.0.ebuild | |
parent | Removing OVZ_*; Fixing the tarball (diff) | |
download | historical-a62b2185e1ff3d2a6388b878b7e0773f0683c17a.tar.gz historical-a62b2185e1ff3d2a6388b878b7e0773f0683c17a.tar.bz2 historical-a62b2185e1ff3d2a6388b878b7e0773f0683c17a.zip |
Fix var ordering.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-php4/pecl-zip/pecl-zip-1.0.ebuild')
-rw-r--r-- | dev-php4/pecl-zip/pecl-zip-1.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild index 6158050ece15..9667817a4b11 100644 --- a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild +++ b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.6 2005/11/19 20:26:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.7 2005/11/25 15:35:50 chtekk Exp $ -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="zip" PHP_EXT_NAME="zip" PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" DESCRIPTION="PHP zip management extension." -SLOT="0" LICENSE="PHP" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +SLOT="0" +IUSE="" + DEPEND="${DEPEND} dev-libs/zziplib" |