diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-13 05:38:42 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-13 05:38:42 +0000 |
commit | 600d301a23354e25b86aef4ea787c1b543bfa8dd (patch) | |
tree | 9966b5cf4224c5005116b37b6b6e3b59a1210e5d /eclass/php-ext-source-r2.eclass | |
parent | Version bump (diff) | |
download | historical-600d301a23354e25b86aef4ea787c1b543bfa8dd.tar.gz historical-600d301a23354e25b86aef4ea787c1b543bfa8dd.tar.bz2 historical-600d301a23354e25b86aef4ea787c1b543bfa8dd.zip |
Remove DEPEND string from php-ext-source-r2
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 14 |
1 files changed, 7 insertions, 7 deletions
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: |