diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-29 19:23:06 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-29 19:23:06 +0000 |
commit | 71e562df7bbcd3fe6dd9aab71f643f8beda1ac30 (patch) | |
tree | 020d2267ef23c72efc090c401c80bd35d0cc4616 /dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild | |
parent | Keep on ~sparcin' (Manifest recommit) (diff) | |
download | gentoo-2-71e562df7bbcd3fe6dd9aab71f643f8beda1ac30.tar.gz gentoo-2-71e562df7bbcd3fe6dd9aab71f643f8beda1ac30.tar.bz2 gentoo-2-71e562df7bbcd3fe6dd9aab71f643f8beda1ac30.zip |
I hope you like ~sparcin' too.
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild index 8264a39398bf..621b340efadc 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.92.ebuild,v 1.1 2004/02/28 22:52:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.92.ebuild,v 1.2 2004/02/29 19:23:06 weeve Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~sparc" IUSE="doc nls" DEPEND="dev-libs/libgpg-error" @@ -26,5 +26,5 @@ src_install() { # backwards compat symlinks ln -s libgcrypt.so.11 ${D}/usr/lib/libgcrypt.so.7 ln -s libgcrypt-pth.so.11 ${D}/usr/lib/libgcrypt-pth.so.7 - ln -s libgcrypt-pthread.so.11 ${D}/usr/lib/libgcrypt-pthread.so.7 + ln -s libgcrypt-pthread.so.11 ${D}/usr/lib/libgcrypt-pthread.so.7 } |