diff options
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild index 55135646c2ae..59b1b0a55c66 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild,v 1.1 2002/10/13 02:23:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild,v 1.2 2002/12/09 04:21:03 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="libgcrypt is a general purpose crypto library based on the code used in GnuPG." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnupg.org" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="~x86 ~ppc ~sparc " DEPEND="app-text/jadetex app-text/docbook2X" |