diff options
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild index 381c885dfcd1..e19b6efa37d0 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.12 2003/08/07 02:03:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.13 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -28,5 +28,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION + dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION } |