summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-10 03:42:06 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-10 03:42:06 +0000
commitf17acf6897fc688297d88f27c2d156d5fead5211 (patch)
tree9d0ec4313e159f15e0bc1ac716a5c43ca8f63838 /app-arch/cksfv
parentGrab some more patches from upstream. (diff)
downloadgentoo-2-f17acf6897fc688297d88f27c2d156d5fead5211.tar.gz
gentoo-2-f17acf6897fc688297d88f27c2d156d5fead5211.tar.bz2
gentoo-2-f17acf6897fc688297d88f27c2d156d5fead5211.zip
stabilize
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'app-arch/cksfv')
-rw-r--r--app-arch/cksfv/cksfv-1.3.8.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.8.ebuild b/app-arch/cksfv/cksfv-1.3.8.ebuild
index cea4fd4f961a..19670a2abc01 100644
--- a/app-arch/cksfv/cksfv-1.3.8.ebuild
+++ b/app-arch/cksfv/cksfv-1.3.8.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/app-arch/cksfv/cksfv-1.3.8.ebuild,v 1.1 2006/01/01 21:38:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.8.ebuild,v 1.2 2006/04/10 03:42:06 vapier Exp $
inherit toolchain-funcs
@@ -10,10 +10,11 @@ SRC_URI="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ppc sparc x86"
IUSE=""
DEPEND=""
+
src_compile() {
# note: not an autoconf configure script
./configure \
@@ -27,5 +28,5 @@ src_compile() {
src_install() {
make install || die
- dodoc ChangeLog INSTALL README TODO
+ dodoc ChangeLog README TODO
}