diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-24 04:56:32 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-24 04:56:32 +0000 |
commit | e1218f52abc4cc931bbabd703e72c4832e251f01 (patch) | |
tree | 44317f2fc7fd5038eb0fc6510047202b228fd5a3 /dev-lang/php | |
parent | Fix xinetd install; remove reload function from init script when using tcpd, ... (diff) | |
download | gentoo-2-e1218f52abc4cc931bbabd703e72c4832e251f01.tar.gz gentoo-2-e1218f52abc4cc931bbabd703e72c4832e251f01.tar.bz2 gentoo-2-e1218f52abc4cc931bbabd703e72c4832e251f01.zip |
ppc stable (bug 427024).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index a68cfecb1a4f..20deead3af37 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.623 2012/08/22 15:01:56 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.624 2012/08/24 04:56:32 xmw Exp $ + + 24 Aug 2012; Michael Weber <xmw@gentoo.org> php-5.4.6.ebuild: + ppc stable (bug 427024). 22 Aug 2012; Ole Markus With <olemarkus@gentoo.org> files/eblits/src_compile-v1.eblit, files/eblits/src_compile-v2.eblit, diff --git a/dev-lang/php/php-5.4.6.ebuild b/dev-lang/php/php-5.4.6.ebuild index e445716c2924..bbb916d0c7ea 100644 --- a/dev-lang/php/php-5.4.6.ebuild +++ b/dev-lang/php/php-5.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6.ebuild,v 1.2 2012/08/22 11:25:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6.ebuild,v 1.3 2012/08/24 04:56:32 xmw Exp $ EAPI=4 @@ -10,7 +10,7 @@ SUHOSIN_VERSION="" FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -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 () { |