diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-11 18:30:36 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-11 18:30:36 +0000 |
commit | 39ddc3880031ef9e90f4ba2933a278b788329c4a (patch) | |
tree | 9f6b5fd860d28286dfa522ab31d2e18c28b4f1b8 /eclass/php-ext-source-r2.eclass | |
parent | http://my.opera.com/desktopteam/blog/2012/01/11/tunny (diff) | |
download | historical-39ddc3880031ef9e90f4ba2933a278b788329c4a.tar.gz historical-39ddc3880031ef9e90f4ba2933a278b788329c4a.tar.bz2 historical-39ddc3880031ef9e90f4ba2933a278b788329c4a.zip |
Added php to DEPEND (bug 398553)
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 35c8d38de837..4d1778d63a67 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.18 2011/11/24 00:04:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.19 2012/01/11 18:30:36 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -85,6 +85,8 @@ RDEPEND="${RDEPEND} ${PHPDEPEND} ${PHP_EXT_OPTIONAL_USE:+ )}" +DEPEND="${DEPEND} +${PHPDEPEND}" # @FUNCTION: php-ext-source-r2_src_unpack # @DESCRIPTION: |