diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 00:57:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 00:57:50 +0000 |
commit | 71dcbc924cdf5e3700fd5acdedecced08b73242a (patch) | |
tree | 90ed8aee365991cb6fd81f687a988851d9482b3e /dev-php | |
parent | Stable on sparc (diff) | |
download | gentoo-2-71dcbc924cdf5e3700fd5acdedecced08b73242a.tar.gz gentoo-2-71dcbc924cdf5e3700fd5acdedecced08b73242a.tar.bz2 gentoo-2-71dcbc924cdf5e3700fd5acdedecced08b73242a.zip |
fix cracklib DEPEND #88241
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-crack/PECL-crack-0.1.ebuild | 13 | ||||
-rw-r--r-- | dev-php/PECL-crack/PECL-crack-0.2.ebuild | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-php/PECL-crack/PECL-crack-0.1.ebuild b/dev-php/PECL-crack/PECL-crack-0.1.ebuild index c4c33f806c9f..d0f12646be5d 100644 --- a/dev-php/PECL-crack/PECL-crack-0.1.ebuild +++ b/dev-php/PECL-crack/PECL-crack-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.1.ebuild,v 1.2 2005/03/18 05:47:15 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.1.ebuild,v 1.3 2005/04/12 00:57:50 vapier Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_PKG="crack" @@ -9,10 +9,11 @@ PHP_EXT_INI="yes" inherit php-ext-pecl -IUSE="" -DESCRIPTION="PHP interface to the cracklib (libcrack) libraries." -SLOT="0" +DESCRIPTION="PHP interface to the cracklib (libcrack) libraries" + LICENSE="Artistic" +SLOT="0" KEYWORDS="~x86" -DEPEND="${DEPEND} - <sys-libs/cracklib-2.8" +IUSE="" + +DEPEND="sys-libs/cracklib" diff --git a/dev-php/PECL-crack/PECL-crack-0.2.ebuild b/dev-php/PECL-crack/PECL-crack-0.2.ebuild index 5de9106b95bf..c5061d21f0af 100644 --- a/dev-php/PECL-crack/PECL-crack-0.2.ebuild +++ b/dev-php/PECL-crack/PECL-crack-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.2.ebuild,v 1.1 2005/03/18 05:47:15 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-crack/PECL-crack-0.2.ebuild,v 1.2 2005/04/12 00:57:50 vapier Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_PKG="crack" @@ -9,10 +9,11 @@ PHP_EXT_INI="yes" inherit php-ext-pecl -IUSE="" -DESCRIPTION="PHP interface to the cracklib (libcrack) libraries." -SLOT="0" +DESCRIPTION="PHP interface to the cracklib (libcrack) libraries" + LICENSE="Artistic" +SLOT="0" KEYWORDS="~x86" -DEPEND="${DEPEND} - <sys-libs/cracklib-2.8" +IUSE="" + +DEPEND="sys-libs/cracklib" |