diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-28 16:26:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-28 16:26:18 +0000 |
commit | 6d40e9b2292ac491ca660b55fb8ba8e3b309d095 (patch) | |
tree | 0da6f9d69e602401cdd9ff8585713a374a692475 /dev-lang/php | |
parent | Add the fix from 3.0u to 3.0s since its stable, bug #503210 (diff) | |
download | gentoo-2-6d40e9b2292ac491ca660b55fb8ba8e3b309d095.tar.gz gentoo-2-6d40e9b2292ac491ca660b55fb8ba8e3b309d095.tar.bz2 gentoo-2-6d40e9b2292ac491ca660b55fb8ba8e3b309d095.zip |
Stable for HPPA (bug #512492).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.5.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 08ac64bbea50..e876d77410de 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.847 2014/06/28 09:58:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.848 2014/06/28 16:26:18 jer Exp $ + + 28 Jun 2014; Jeroen Roovers <jer@gentoo.org> php-5.5.14.ebuild: + Stable for HPPA (bug #512492). 28 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.30.ebuild, php-5.5.14.ebuild: diff --git a/dev-lang/php/php-5.5.14.ebuild b/dev-lang/php/php-5.5.14.ebuild index b4b99a04b218..8f3556dfaaa4 100644 --- a/dev-lang/php/php-5.5.14.ebuild +++ b/dev-lang/php/php-5.5.14.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.5.14.ebuild,v 1.2 2014/06/28 09:58:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.14.ebuild,v 1.3 2014/06/28 16:26:18 jer 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 ~x86-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-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { |