diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:12:44 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:12:44 +0000 |
commit | f83fbfb3014dd935ec2f4eb471d138d5fe0b9de2 (patch) | |
tree | 19bd5ced0f3295554c92e318d133975ad10dd429 /eclass | |
parent | remove old (diff) | |
download | historical-f83fbfb3014dd935ec2f4eb471d138d5fe0b9de2.tar.gz historical-f83fbfb3014dd935ec2f4eb471d138d5fe0b9de2.tar.bz2 historical-f83fbfb3014dd935ec2f4eb471d138d5fe0b9de2.zip |
Added addpredict to php-ext-source-r2.eclass (bug #385403)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index fca105e6bf46..620bf9f8036a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.95 2012/01/18 17:50:58 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.96 2012/01/19 10:12:44 mabi Exp $ + + 19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass: + Added addpredict to src_configure phase because of bug #385403 18 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-r1.eclass: Remove dependency on long gone dev-php/PEAR-PEAR-1.8.1 diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 34411c36bbf0..d96c31904e84 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # 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.23 2012/01/15 17:18:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.24 2012/01/19 10:12:44 mabi Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -140,6 +140,9 @@ php-ext-source-r2_phpize() { # @DESCRIPTION: # Set this in the ebuild to pass configure options to econf. php-ext-source-r2_src_configure() { + # net-snmp creates this file #385403 + addpredict /usr/share/snmp/mibs/.index + local slot for slot in $(php_get_slots); do php_init_slot_env ${slot} |