diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-13 23:25:40 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-13 23:25:40 +0000 |
commit | d6020a828a21d9a50829a4b8c18c0c0fa452d808 (patch) | |
tree | c4347f4ab2112c9eaa2ce8accef4f6b81c56f835 /eclass/php-ext-source-r2.eclass | |
parent | Apply pkglibexec patch. Thanks to Alphat-PC <AlphatPC@gmail.com>. Bug #397399 (diff) | |
download | gentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.tar.gz gentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.tar.bz2 gentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.zip |
Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that breaks pecl ebuilds (bug #398553)
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 7c4b12970b95..ae0cf193e818 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.21 2012/01/13 05:38:42 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.22 2012/01/13 23:25:40 mabi Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -85,12 +85,11 @@ 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:+? ( } + ${PHPDEPEND} + ${PHP_EXT_OPTIONAL_USE:+ )} +" # @FUNCTION: php-ext-source-r2_src_unpack # @DESCRIPTION: |