From 1da432e26fbb2a720285ac1dc46a6fce9f0e8cb7 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Fri, 13 Jan 2012 23:25:40 +0000 Subject: [PATCH] Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that breaks pecl ebuilds (bug #398553) --- eclass/ChangeLog | 6 +++++- eclass/php-ext-source-r2.eclass | 15 +++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 30deb0cf2940..d80c15743ebb 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.77 2012/01/13 20:52:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.78 2012/01/13 23:25:40 mabi Exp $ + + 13 Jan 2012; Matti Bickel php-ext-source-r2.eclass: + Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that + breaks pecl ebuilds (bug #398553) 13 Jan 2012; Ulrich Müller +cdrom.eclass: New cdrom.eclass, split out CD-ROM functions from eutils.eclass. 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: -- 2.26.2