diff options
Diffstat (limited to 'app-crypt/opencdk/opencdk-0.5.3.ebuild')
-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 bc3481c10ec3..f6559961ccca 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.5 2004/04/26 15:49:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.3.ebuild,v 1.6 2004/05/02 21:11:14 geoman 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 amd64 ~sparc ~ppc" +KEYWORDS="~x86 amd64 ~sparc ~ppc ~mips" RDEPEND=">=dev-libs/libgcrypt-1.1.91" |