diff options
author | 2014-04-05 11:06:38 +0000 | |
---|---|---|
committer | 2014-04-05 11:06:38 +0000 | |
commit | b212d8f0fef4f486dd2c28d4c91cb0dc7347cd9d (patch) | |
tree | 7e86062aa601854defe83e5f9c997d358c170c6e /dev-lang | |
parent | If /etc/runlevels/sysinit is missing when we are installing for the first tim... (diff) | |
download | gentoo-2-b212d8f0fef4f486dd2c28d4c91cb0dc7347cd9d.tar.gz gentoo-2-b212d8f0fef4f486dd2c28d4c91cb0dc7347cd9d.tar.bz2 gentoo-2-b212d8f0fef4f486dd2c28d4c91cb0dc7347cd9d.zip |
Stable for x86, wrt bug #501376
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.28-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 258df2b68e21..c77809dcf4e4 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.824 2014/04/05 08:20:53 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.825 2014/04/05 11:06:38 ago Exp $ + + 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild: + Stable for x86, wrt bug #501376 05 Apr 2014; Ole Markus With <olemarkus@gentoo.org> -php-5.3.28-r1.ebuild, -php-5.3.28-r2.ebuild, -php-5.4.23.ebuild, -php-5.4.24-r1.ebuild, diff --git a/dev-lang/php/php-5.3.28-r3.ebuild b/dev-lang/php/php-5.3.28-r3.ebuild index 29562c6b084d..67845d7380b9 100644 --- a/dev-lang/php/php-5.3.28-r3.ebuild +++ b/dev-lang/php/php-5.3.28-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.5 2014/04/05 07:22:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.6 2014/04/05 11:06:38 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" function php_get_uri () { |