diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:50:58 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:50:58 +0000 |
commit | 0c5fcb73fb51690a38995769203fbed141428d0e (patch) | |
tree | a8c2208f883974385f121e505b956952645a0d18 /eclass/php-pear-r1.eclass | |
parent | spice-protocol is a set of headers and therefore is not a RDEPEND but a DEPEN... (diff) | |
download | gentoo-2-0c5fcb73fb51690a38995769203fbed141428d0e.tar.gz gentoo-2-0c5fcb73fb51690a38995769203fbed141428d0e.tar.bz2 gentoo-2-0c5fcb73fb51690a38995769203fbed141428d0e.zip |
remove dependency on dev-php/PEAR-PEAR-1.8.1 from php-pear-r1.eclass
Diffstat (limited to 'eclass/php-pear-r1.eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index 7869eae507c3..b2960c41473f 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.28 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.29 2012/01/18 17:50:58 mabi Exp $ # @ECLASS: php-pear-r1.eclass # @MAINTAINER: @@ -20,8 +20,7 @@ inherit multilib EXPORT_FUNCTIONS src_install DEPEND="dev-lang/php - || ( ( >=dev-php/PEAR-PEAR-1.6.1 <dev-php/PEAR-PEAR-1.8.1 ) - >=dev-php/pear-1.8.1 )" + >=dev-php/pear-1.8.1" RDEPEND="${DEPEND}" # @ECLASS-VARIABLE: PHP_PEAR_PKG_NAME |