diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-08-12 18:07:15 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-08-12 18:07:15 +0000 |
commit | b84e22b9460dc6a32b31b5f135404b58d899b808 (patch) | |
tree | ef47fa66e4775e7f24ead348f19a042c21b1c796 /dev-lang/php | |
parent | Bump to version from DevTools 3.2.3 (diff) | |
download | gentoo-2-b84e22b9460dc6a32b31b5f135404b58d899b808.tar.gz gentoo-2-b84e22b9460dc6a32b31b5f135404b58d899b808.tar.bz2 gentoo-2-b84e22b9460dc6a32b31b5f135404b58d899b808.zip |
bug #332423
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index f4e03358e53f..26d0647dd26e 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.411 2010/08/11 23:36:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.412 2010/08/12 18:07:15 mabi Exp $ + + 12 Aug 2010; Matti Bickel <mabi@gentoo.org> php-5.2.14.ebuild: + patch tarball now includes the correctly named kolab patch (bug #332423) 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> php-5.2.14.ebuild, php-5.3.3-r1.ebuild: diff --git a/dev-lang/php/php-5.2.14.ebuild b/dev-lang/php/php-5.2.14.ebuild index 7e8ebca0c988..2ffc48441260 100644 --- a/dev-lang/php/php-5.2.14.ebuild +++ b/dev-lang/php/php-5.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.14.ebuild,v 1.7 2010/08/11 23:36:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.14.ebuild,v 1.8 2010/08/12 18:07:15 mabi Exp $ EAPI=2 @@ -10,7 +10,7 @@ interbase msql oci8 sapdb solid" # inherit autotools, because we call eautoreconf in the eblits inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use phpconfutils php-common-r1 libtool -PHP_PATCHSET="" +PHP_PATCHSET="1" SUHOSIN_VERSION="$PV-0.9.7" EXPECTED_TEST_FAILURES="" |