diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 12:35:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-06 12:35:05 +0000 |
commit | 8cc673a5cf10ca58ff6544b3581b0829e0de48fc (patch) | |
tree | 8e40b704410ef9417642a1596187d972968bdc0b /dev-lang/php | |
parent | Stable for s390, wrt bug #469752 (diff) | |
download | gentoo-2-8cc673a5cf10ca58ff6544b3581b0829e0de48fc.tar.gz gentoo-2-8cc673a5cf10ca58ff6544b3581b0829e0de48fc.tar.bz2 gentoo-2-8cc673a5cf10ca58ff6544b3581b0829e0de48fc.zip |
Stable for s390, wrt bug #472558
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.27.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.4.16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 34913fab9800..76c48c6177e9 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.736 2013/07/31 14:29:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.737 2013/08/06 12:35:05 ago Exp $ + + 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild, + php-5.4.16.ebuild: + Stable for s390, wrt bug #472558 31 Jul 2013; Jeroen Roovers <jer@gentoo.org> php-5.3.27.ebuild, php-5.4.17.ebuild: diff --git a/dev-lang/php/php-5.3.27.ebuild b/dev-lang/php/php-5.3.27.ebuild index 6e601b11055e..7f59ec7088c5 100644 --- a/dev-lang/php/php-5.3.27.ebuild +++ b/dev-lang/php/php-5.3.27.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.27.ebuild,v 1.7 2013/07/31 14:29:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.27.ebuild,v 1.8 2013/08/06 12:35:05 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool -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 () { diff --git a/dev-lang/php/php-5.4.16.ebuild b/dev-lang/php/php-5.4.16.ebuild index 7d6fdf3c2c1c..6e50ebfb1c1f 100644 --- a/dev-lang/php/php-5.4.16.ebuild +++ b/dev-lang/php/php-5.4.16.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.16.ebuild,v 1.6 2013/07/28 01:15:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.16.ebuild,v 1.7 2013/08/06 12:35:05 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { |