summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-22 01:38:02 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-22 01:38:02 +0000
commit3eeee0e52bf84b4caf9dd5b3a1d6c703266f0d92 (patch)
tree1e40d0175375112dba9f752206f5a89de806f84d /dev-php/php
parentInitial Commit of Soekris net4xxx GPIO and error LED driver (Manifest recommit) (diff)
downloadgentoo-2-3eeee0e52bf84b4caf9dd5b3a1d6c703266f0d92.tar.gz
gentoo-2-3eeee0e52bf84b4caf9dd5b3a1d6c703266f0d92.tar.bz2
gentoo-2-3eeee0e52bf84b4caf9dd5b3a1d6c703266f0d92.zip
Removing ~amd64 keyword as php-5 doesn't work on amd64 yet.
Diffstat (limited to 'dev-php/php')
-rw-r--r--dev-php/php/ChangeLog6
-rw-r--r--dev-php/php/php-5.0.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog
index 5d593c9b953a..c799f340c90f 100644
--- a/dev-php/php/ChangeLog
+++ b/dev-php/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/php
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.130 2004/11/07 07:41:38 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.131 2004/11/22 01:38:02 eradicator Exp $
+
+ 21 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ php-5.0.2-r1.ebuild:
+ Removing ~amd64 keyword as php-5 doesn't work on amd64 yet.
07 Nov 2004; Markus Rothe <corsair@gentoo.org> php-5.0.2-r1.ebuild:
Marked ~ppc64
diff --git a/dev-php/php/php-5.0.2-r1.ebuild b/dev-php/php/php-5.0.2-r1.ebuild
index e0ba6008f1ea..286075a413dc 100644
--- a/dev-php/php/php-5.0.2-r1.ebuild
+++ b/dev-php/php/php-5.0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.2-r1.ebuild,v 1.3 2004/11/21 06:45:39 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.2-r1.ebuild,v 1.4 2004/11/22 01:38:02 eradicator Exp $
PHPSAPI="cli"
MY_P="${PN}-${PV}"
@@ -8,7 +8,7 @@ inherit php5-sapi eutils
DESCRIPTION="PHP Shell Interpreter"
LICENSE="PHP"
-KEYWORDS="~arm ~hppa ~ia64 ~ppc ~x86 ~ppc64 ~amd64"
+KEYWORDS="~arm ~hppa ~ia64 ~ppc ~x86 ~ppc64"
DEPEND="$DEPEND"
RDEPEND="$RDEPEND"
PROVIDE="virtual/php-${PV}"