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
commit8a32009360a58bf2804d08c39252e6661afa2118 (patch)
treeb3de9a16bbae2b6716d4fc4e1aa82c2dbf48c312 /dev-php
parentcleanup (diff)
downloadhistorical-8a32009360a58bf2804d08c39252e6661afa2118.tar.gz
historical-8a32009360a58bf2804d08c39252e6661afa2118.tar.bz2
historical-8a32009360a58bf2804d08c39252e6661afa2118.zip
Getting ready for glsa
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/mod_php-4.3.2.ebuild4
-rw-r--r--dev-php/php/php-4.3.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.2.ebuild b/dev-php/mod_php/mod_php-4.3.2.ebuild
index b25d3a23efd3..c40beefd4d48 100644
--- a/dev-php/mod_php/mod_php-4.3.2.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2.ebuild,v 1.2 2003/05/31 22:52:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2.ebuild,v 1.3 2003/06/05 17:41:45 aliz Exp $
inherit php eutils
IUSE="${IUSE} apache2"
DESCRIPTION="Apache module for PHP"
-KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa ~arm ~sparc"
+KEYWORDS="x86 sparc ppc alpha hppa ~arm ~sparc"
SLOT="0"
EXCLUDE_DB4_FIX=1
EXCLUDE_PEAR_FIX=1
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 ) "