diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
commit | 7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4 (patch) | |
tree | 729064cb348d75f64ca92c91eeba0bb28dd890fd /app-crypt/shash | |
parent | ~amd64 (diff) | |
download | historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.tar.gz historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.tar.bz2 historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.zip |
touch the libc
Diffstat (limited to 'app-crypt/shash')
-rw-r--r-- | app-crypt/shash/shash-0.2.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/shash/shash-0.2.6.ebuild b/app-crypt/shash/shash-0.2.6.ebuild index 43499157267b..856e04d06fcc 100644 --- a/app-crypt/shash/shash-0.2.6.ebuild +++ b/app-crypt/shash/shash-0.2.6.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-crypt/shash/shash-0.2.6.ebuild,v 1.4 2004/06/24 21:38:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.5 2004/06/27 21:36:10 vapier Exp $ DESCRIPTION="Generate or check digests or MACs of files" HOMEPAGE="http://mcrypt.hellug.gr/shash/" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="x86" IUSE="static" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=app-crypt/mhash-0.8.18-r1" - DEPEND="${RDEPEND} sys-devel/libtool sys-devel/automake |