diff options
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" |