diff options
Diffstat (limited to 'dev-libs/fcgi/fcgi-2.4.0-r2.ebuild')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0-r2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild b/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild index f95742199dd6..eed3dbc950e4 100644 --- a/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild,v 1.2 2007/03/18 23:34:10 jer Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="latest" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild,v 1.3 2007/04/01 08:02:46 vapier Exp $ inherit eutils autotools multilib @@ -13,7 +10,7 @@ SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 sh ~sparc ~x86 ~x86-fbsd" IUSE="html" DEPEND="" |