diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-17 17:58:39 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-17 17:58:39 +0000 |
commit | 4d7065b39ab2dcb89b648b471c16c143c0c26130 (patch) | |
tree | e0ba635338e40eab627e28bddf69ef5527259337 /dev-lang | |
parent | Version bump, bug 403581 and partially bug 257765. (diff) | |
download | gentoo-2-4d7065b39ab2dcb89b648b471c16c143c0c26130.tar.gz gentoo-2-4d7065b39ab2dcb89b648b471c16c143c0c26130.tar.bz2 gentoo-2-4d7065b39ab2dcb89b648b471c16c143c0c26130.zip |
Stable on alpha, bug #401997
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index b43ef25e59d0..7080eb290b7d 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # 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.560 2012/02/17 08:18:37 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.561 2012/02/17 17:58:39 klausman Exp $ + + 17 Feb 2012; Tobias Klausmann <klausman@gentoo.org> php-5.3.10.ebuild: + Stable on alpha, bug #401997 17 Feb 2012; Ole Markus With <olemarkus@gentoo.org> php-5.4.0_rc8.ebuild: Remove rc8 dep on <libpcre-8.30 diff --git a/dev-lang/php/php-5.3.10.ebuild b/dev-lang/php/php-5.3.10.ebuild index 75ef8f6f5837..13b452d55ecd 100644 --- a/dev-lang/php/php-5.3.10.ebuild +++ b/dev-lang/php/php-5.3.10.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.ebuild,v 1.9 2012/02/13 22:27:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.10.ebuild,v 1.10 2012/02/17 17:58:39 klausman Exp $ EAPI=4 @@ -12,7 +12,7 @@ SUHOSIN_VERSION="5.3.9-0.9.10" FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" function php_get_uri () { |