diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-11 19:53:44 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-11 19:53:44 +0000 |
commit | 832affbc892921820d55c9c59d65ae0bb74bb9c3 (patch) | |
tree | d7987a64c397645f479db9575f22de3327b2d5e8 /dev-php/PEAR-File_SMBPasswd | |
parent | Clean up patch. Remove unused patch by jalan (bug #340088). (diff) | |
download | gentoo-2-832affbc892921820d55c9c59d65ae0bb74bb9c3.tar.gz gentoo-2-832affbc892921820d55c9c59d65ae0bb74bb9c3.tar.bz2 gentoo-2-832affbc892921820d55c9c59d65ae0bb74bb9c3.zip |
Removed require_php_with_use mhash as it breaks php 5.3
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-File_SMBPasswd')
-rw-r--r-- | dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild index 95d966025c56..a0c5660a01d7 100644 --- a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild +++ b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild,v 1.1 2009/08/22 18:51:00 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild,v 1.2 2010/10/11 19:53:44 olemarkus Exp $ -inherit php-pear-r1 depend.php +EAPI="2" +inherit php-pear-r1 DESCRIPTION="Class for managing SAMBA style password files." LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND=">=dev-php/PEAR-Crypt_CHAP-1.0.0" - -pkg_setup() { - require_php_with_use mhash -} +RDEPEND="|| ( <dev-lang/php-5.3[mhash] >=dev-lang/php-5.3 ) + >=dev-php/PEAR-Crypt_CHAP-1.0.0" |