diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
commit | 2bc0c2407f1a4c175633ddeb6a69df851cda311d (patch) | |
tree | 352c19c19fc24ec8f2559212b59417659fa12600 /app-arch/bsdsfv | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.gz gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.bz2 gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.zip |
touch the libc
Diffstat (limited to 'app-arch/bsdsfv')
-rw-r--r-- | app-arch/bsdsfv/bsdsfv-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bsdsfv/bsdsfv-1.18.ebuild b/app-arch/bsdsfv/bsdsfv-1.18.ebuild index ff49829f98c9..9bc548461544 100644 --- a/app-arch/bsdsfv/bsdsfv-1.18.ebuild +++ b/app-arch/bsdsfv/bsdsfv-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.18.ebuild,v 1.5 2004/06/24 21:28:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.18.ebuild,v 1.6 2004/06/25 23:47:41 vapier Exp $ DESCRIPTION="all-in-one SFV checksum utility" HOMEPAGE="http://bsdsfv.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc arm" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${PN} |