diff options
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.3.ebuild b/app-arch/cksfv/cksfv-1.3.3.ebuild index ae994f7f778e..a929dae21ac9 100644 --- a/app-arch/cksfv/cksfv-1.3.3.ebuild +++ b/app-arch/cksfv/cksfv-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.3.ebuild,v 1.1 2005/02/06 09:13:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.3.ebuild,v 1.2 2005/03/23 00:07:19 vapier Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_test() { make tests || die "make tests failed" @@ -21,5 +21,6 @@ src_test() { src_install() { dobin src/cksfv || die + doman cksfv.1 dodoc ChangeLog INSTALL README TODO } |