summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-06-05 17:41:45 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-06-05 17:41:45 +0000
commita897e9085ba3b1c71a9607ab882a85b9fc532a7a (patch)
tree4ee3c457dcb0757f3de9ef4684c7c44bd5c89a06 /dev-php/php
parentcleanup (diff)
downloadgentoo-2-a897e9085ba3b1c71a9607ab882a85b9fc532a7a.tar.gz
gentoo-2-a897e9085ba3b1c71a9607ab882a85b9fc532a7a.tar.bz2
gentoo-2-a897e9085ba3b1c71a9607ab882a85b9fc532a7a.zip
Getting ready for glsa
Diffstat (limited to 'dev-php/php')
-rw-r--r--dev-php/php/php-4.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-4.3.2.ebuild b/dev-php/php/php-4.3.2.ebuild
index 36d07daba73a..0b90aff62f29 100644
--- a/dev-php/php/php-4.3.2.ebuild
+++ b/dev-php/php/php-4.3.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.2.ebuild,v 1.1 2003/05/31 22:32:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.2.ebuild,v 1.2 2003/06/05 17:41:45 aliz Exp $
inherit php eutils
@@ -9,7 +9,7 @@ IUSE="${IUSE} readline"
DESCRIPTION="PHP Shell Interpreter"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips"
+KEYWORDS="x86 ppc sparc ~alpha ~arm ~hppa ~mips"
DEPEND="${DEPEND}
readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) "