diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-17 21:07:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-17 21:07:36 +0000 |
commit | 4b9ce768c2131a4c84af0ac72ca9c256773a4eb4 (patch) | |
tree | 2f12ffcb609eab829fc77cdc3113a7890a713f7e /dev-lang | |
parent | Fix bug #500772 - Add dependency on SELinux policy (diff) | |
download | gentoo-2-4b9ce768c2131a4c84af0ac72ca9c256773a4eb4.tar.gz gentoo-2-4b9ce768c2131a4c84af0ac72ca9c256773a4eb4.tar.bz2 gentoo-2-4b9ce768c2131a4c84af0ac72ca9c256773a4eb4.zip |
Stable for arm, wrt bug #501312
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", 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.5.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ca380679564e..6d827cf1c7df 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.802 2014/02/16 15:15:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.803 2014/02/17 21:07:36 ago Exp $ + + 17 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild: + Stable for arm, wrt bug #501312 16 Feb 2014; Jeroen Roovers <jer@gentoo.org> php-5.5.9.ebuild: Stable for HPPA (bug #501312). diff --git a/dev-lang/php/php-5.5.9.ebuild b/dev-lang/php/php-5.5.9.ebuild index 375e1b53453e..509e2edb5373 100644 --- a/dev-lang/php/php-5.5.9.ebuild +++ b/dev-lang/php/php-5.5.9.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.9.ebuild,v 1.6 2014/02/16 15:15:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.9.ebuild,v 1.7 2014/02/17 21:07:36 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 ~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 () { |