diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-06 21:24:03 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-06 21:24:03 +0000 |
commit | cce9786fcacab1ac588419be3bbab29f7377405e (patch) | |
tree | 5e4bec127b9326b2fadb9b649ec9b4dac5665d96 /dev-lang | |
parent | Fixed libtiff syntax in patch (bug #402327), remove bash_completion_post_ins... (diff) | |
download | gentoo-2-cce9786fcacab1ac588419be3bbab29f7377405e.tar.gz gentoo-2-cce9786fcacab1ac588419be3bbab29f7377405e.tar.bz2 gentoo-2-cce9786fcacab1ac588419be3bbab29f7377405e.zip |
Another fix for bug 402357. Should be somewhat safer than the previous fix
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.10-r2.ebuild (renamed from dev-lang/php/php-5.3.10-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index e104b4a3ce47..6c069aa1cc6f 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.554 2012/02/06 20:15:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.555 2012/02/06 21:24:03 olemarkus Exp $ + +*php-5.3.10-r2 (06 Feb 2012) + + 06 Feb 2012; Ole Markus With <olemarkus@gentoo.org> +php-5.3.10-r2.ebuild, + -php-5.3.10-r1.ebuild: + Another fix for bug 402357. Should be somewhat safer than the previous fix 06 Feb 2012; Brent Baude <ranger@gentoo.org> php-5.3.10.ebuild: Marking php-5.3.10 ppc for bug 401997 diff --git a/dev-lang/php/php-5.3.10-r1.ebuild b/dev-lang/php/php-5.3.10-r2.ebuild index 0d8b4a086de8..84da90be811f 100644 --- a/dev-lang/php/php-5.3.10-r1.ebuild +++ b/dev-lang/php/php-5.3.10-r2.ebuild @@ -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/dev-lang/php/php-5.3.10-r1.ebuild,v 1.1 2012/02/06 13:41:27 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.10-r2.ebuild,v 1.1 2012/02/06 21:24:03 olemarkus Exp $ EAPI=4 @@ -50,7 +50,7 @@ PHP_PATCHSET_LOC="olemarkus" PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")" -PHP_PATCHSET="1" +PHP_PATCHSET="2" PHP_PATCHSET_URI=" $(php_get_uri "${PHP_PATCHSET_LOC}" "php-patchset-${PV}-r${PHP_PATCHSET}.tar.bz2")" |