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 | |
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')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/php-pear-r1.eclass | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 2df219c3c503..fca105e6bf46 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.94 2012/01/17 16:05:59 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.95 2012/01/18 17:50:58 mabi Exp $ + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-r1.eclass: + Remove dependency on long gone dev-php/PEAR-PEAR-1.8.1 17 Jan 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass: Add HARD_CFLAGS to ALL_CXXFLAGS for hardened gcc 4.7 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 |