diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:30:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:30:55 +0000 |
commit | f7cc97fdfa993185e353e130d8cb86baf962074d (patch) | |
tree | 9a4bccddeb38d11f2b184fa6282047ccc1f4f204 /app-crypt/aes-crypt | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.tar.gz gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.tar.bz2 gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.zip |
touch the libc
Diffstat (limited to 'app-crypt/aes-crypt')
-rw-r--r-- | app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |