diff options
author | 2010-07-25 13:32:24 +0000 | |
---|---|---|
committer | 2010-07-25 13:32:24 +0000 | |
commit | 8c48f79a7c57efabc7c2e2080a75ce1fcce9df4e (patch) | |
tree | 1434a9d3b1f2aa6805e097fcbc5a470ee9f9e1c8 | |
parent | [net-wireless/wpa_supplicant] Add patch to support wimax-1.5 linux stack (diff) | |
download | gentoo-2-8c48f79a7c57efabc7c2e2080a75ce1fcce9df4e.tar.gz gentoo-2-8c48f79a7c57efabc7c2e2080a75ce1fcce9df4e.tar.bz2 gentoo-2-8c48f79a7c57efabc7c2e2080a75ce1fcce9df4e.zip |
Keyworded on alpha, bug #321743
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ef02a8cd3ba7..e988d9d4323c 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.392 2010/07/19 19:13:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.393 2010/07/25 13:32:23 klausman Exp $ + + 25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> php-5.3.2.ebuild: + Keyworded on alpha, bug #321743 19 Jul 2010; Jeroen Roovers <jer@gentoo.org> php-5.3.2.ebuild: Marked ~hppa (bug #321743). diff --git a/dev-lang/php/php-5.3.2.ebuild b/dev-lang/php/php-5.3.2.ebuild index 01c055aa0e66..2ce09f5e2157 100644 --- a/dev-lang/php/php-5.3.2.ebuild +++ b/dev-lang/php/php-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.13 2010/07/19 19:13:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.14 2010/07/25 13:32:24 klausman Exp $ EAPI=2 @@ -12,7 +12,7 @@ PHP_PATCHSET="1" SUHOSIN_VERSION="$PV-0.9.9.1" EXPECTED_TEST_FAILURES="" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~x86" function php_get_uri () { |