From f7cc97fdfa993185e353e130d8cb86baf962074d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 27 Jun 2004 21:30:55 +0000 Subject: touch the libc --- app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/aes-crypt') diff --git a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild index fe7369a62d86..ffb087222aae 100644 --- a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild +++ b/app-crypt/aes-crypt/aes-crypt-1.0.7.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/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.6 2004/06/24 21:29:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.7 2004/06/27 21:27:21 vapier Exp $ MY_P="${PN/-crypt/}-${PV}" DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijndael algorythm" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} -- cgit v1.2.3-65-gdbad