diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 06:42:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 06:42:01 +0000 |
commit | 5f72c3ddfcb9b620514d65e1ebabfc62d3748514 (patch) | |
tree | 7d4bd5766f52bdb254fe29f228d42691c895056d /dev-php/php-cgi | |
parent | fix mremap patch, and something from awhile back (diff) | |
download | historical-5f72c3ddfcb9b620514d65e1ebabfc62d3748514.tar.gz historical-5f72c3ddfcb9b620514d65e1ebabfc62d3748514.tar.bz2 historical-5f72c3ddfcb9b620514d65e1ebabfc62d3748514.zip |
remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r-- | dev-php/php-cgi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog index 87a9888ca4de..888654a99357 100644 --- a/dev-php/php-cgi/ChangeLog +++ b/dev-php/php-cgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-cgi -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.2 2004/01/08 04:16:21 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.3 2004/01/08 06:37:38 robbat2 Exp $ + + 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-cgi-4.3.4-r2.ebuild, + php-cgi-4.3.4.ebuild: + remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman. *php-cgi-4.3.4-r2 (07 Jan 2004) diff --git a/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild b/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild index 8132fadb636b..ddc1b2272b7c 100644 --- a/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild,v 1.1 2004/01/08 04:16:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild,v 1.2 2004/01/08 06:37:38 robbat2 Exp $ PHPSAPI="cgi" inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" src_compile() { # CLI needed to build stuff diff --git a/dev-php/php-cgi/php-cgi-4.3.4.ebuild b/dev-php/php-cgi/php-cgi-4.3.4.ebuild index e1b754c9e577..1f8bf48ba6b9 100644 --- a/dev-php/php-cgi/php-cgi-4.3.4.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4.ebuild,v 1.2 2004/01/08 04:16:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4.ebuild,v 1.3 2004/01/08 06:37:38 robbat2 Exp $ PHPSAPI="cgi" inherit php-2 eutils @@ -9,7 +9,7 @@ IUSE="${IUSE} readline" DESCRIPTION="PHP CGI" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) ncurses? ( >=sys-libs/ncurses-5.1 )" |