From: Ole Markus With Date: Fri, 13 Jan 2012 05:38:42 +0000 (+0000) Subject: Remove DEPEND string from php-ext-source-r2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=600d301a23354e25b86aef4ea787c1b543bfa8dd;p=gentoo.git Remove DEPEND string from php-ext-source-r2 --- diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index eba1e97511c4..7c4b12970b95 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.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-ext-source-r2.eclass,v 1.20 2012/01/12 11:10:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.21 2012/01/13 05:38:42 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -85,12 +85,12 @@ RDEPEND="${RDEPEND} ${PHPDEPEND} ${PHP_EXT_OPTIONAL_USE:+ )}" -DEPEND="${DEPEND} - ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( } - || ( ${SELFDEPEND} ) - ${PHPDEPEND} - ${PHP_EXT_OPTIONAL_USE:+ )} -" +#DEPEND="${DEPEND} +# ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( } +# || ( ${SELFDEPEND} ) +# ${PHPDEPEND} +# ${PHP_EXT_OPTIONAL_USE:+ )} +#" # @FUNCTION: php-ext-source-r2_src_unpack # @DESCRIPTION: