diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-13 21:52:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-13 21:52:50 +0000 |
commit | 0eb2459b4c11f155a335d03cc159963dc1815ac1 (patch) | |
tree | 1053e5b1902b8b52b9797bb11a8d2bec43ea0c9e /dev-lang | |
parent | Version bump (bug #480512), rename livecd useflag to minimal (fixes bug #4745... (diff) | |
download | gentoo-2-0eb2459b4c11f155a335d03cc159963dc1815ac1.tar.gz gentoo-2-0eb2459b4c11f155a335d03cc159963dc1815ac1.tar.bz2 gentoo-2-0eb2459b4c11f155a335d03cc159963dc1815ac1.zip |
Stable for amd64, wrt bug #480460
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 76c48c6177e9..3532339a17b7 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # 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.737 2013/08/06 12:35:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.738 2013/08/13 21:52:50 ago Exp $ + + 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.1.ebuild: + Stable for amd64, wrt bug #480460 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild, php-5.4.16.ebuild: diff --git a/dev-lang/php/php-5.5.1.ebuild b/dev-lang/php/php-5.5.1.ebuild index 6b10a8fe8d89..c3178b60e689 100644 --- a/dev-lang/php/php-5.5.1.ebuild +++ b/dev-lang/php/php-5.5.1.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.5.1.ebuild,v 1.1 2013/07/19 14:34:23 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1.ebuild,v 1.2 2013/08/13 21:52:50 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 () { |