diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-12 03:46:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-12 03:46:08 +0000 |
commit | f7dbfb89906a82beb8d322d1d88c8c734b1a2f38 (patch) | |
tree | b6a0b838e964a32e30b313e934e986e9560750e6 /dev-libs | |
parent | sh love (diff) | |
download | gentoo-2-f7dbfb89906a82beb8d322d1d88c8c734b1a2f38.tar.gz gentoo-2-f7dbfb89906a82beb8d322d1d88c8c734b1a2f38.tar.bz2 gentoo-2-f7dbfb89906a82beb8d322d1d88c8c734b1a2f38.zip |
arm/sh love
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild b/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild index d5b5d971f714..e9fb702e3e23 100644 --- a/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r1.ebuild,v 1.4 2006/11/04 17:21:45 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild,v 1.5 2006/11/12 03:46:08 vapier Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -13,7 +13,7 @@ SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 sh ~sparc ~x86 ~x86-fbsd" IUSE="html" DEPEND="" @@ -32,7 +32,7 @@ src_unpack() { src_install() { make DESTDIR="${D}" install LIBRARY_PATH="${D}"/usr/lib || die - dodoc LICENSE.TERMS README + dodoc README # install the manpages into the right place doman doc/*.[13] |