diff options
author | 2010-02-16 04:21:55 +0000 | |
---|---|---|
committer | 2010-02-16 04:21:55 +0000 | |
commit | 7305813f3bc3ed0450e37683fc9cc63b8f3a037e (patch) | |
tree | 8a7456a75f436c988a2f1eed073dd4fa1c82bb09 /dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-7305813f3bc3ed0450e37683fc9cc63b8f3a037e.tar.gz gentoo-2-7305813f3bc3ed0450e37683fc9cc63b8f3a037e.tar.bz2 gentoo-2-7305813f3bc3ed0450e37683fc9cc63b8f3a037e.zip |
Remove deps that are in the eclass
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild')
-rw-r--r-- | dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild index 6b605f437df8..65b4ea6b6893 100644 --- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild +++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild @@ -1,6 +1,6 @@ -# 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-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild,v 1.2 2009/11/24 14:42:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild,v 1.3 2010/02/16 04:21:55 beandog Exp $ inherit php-pear-r1 @@ -10,5 +10,3 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 - dev-php/PEAR-Console_Getopt )" |