diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/opencdk/opencdk-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/opencdk/opencdk-0.5.3.ebuild b/app-crypt/opencdk/opencdk-0.5.3.ebuild index 92a0f12a5896..b1815c4c530e 100644 --- a/app-crypt/opencdk/opencdk-0.5.3.ebuild +++ b/app-crypt/opencdk/opencdk-0.5.3.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/app-crypt/opencdk/opencdk-0.5.3.ebuild,v 1.1 2004/01/23 01:07:36 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.3.ebuild,v 1.2 2004/02/22 17:52:27 brad_mssw Exp $ DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/opencdk/${P}.tar.gz" IUSE="doc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 amd64" RDEPEND=">=dev-libs/libgcrypt-1.1.91" |