summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/opencdk/opencdk-0.5.1.ebuild')
-rw-r--r--app-crypt/opencdk/opencdk-0.5.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/opencdk/opencdk-0.5.1.ebuild b/app-crypt/opencdk/opencdk-0.5.1.ebuild
index 9fe3b27384ae..650b4b8fb88a 100644
--- a/app-crypt/opencdk/opencdk-0.5.1.ebuild
+++ b/app-crypt/opencdk/opencdk-0.5.1.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/app-crypt/opencdk/opencdk-0.5.1.ebuild,v 1.5 2003/11/21 20:07:04 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.1.ebuild,v 1.6 2003/11/23 01:41:12 liquidx 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.bz2"
IUSE="doc"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 alpha ~sparc"
+KEYWORDS="~x86 ~alpha ~sparc"
RDEPEND=">=dev-libs/libgcrypt-1.1.12"
@@ -17,7 +17,7 @@ DEPEND="${RDEPEND}
>=dev-lang/perl-5.6"
src_compile() {
- econf || die "configure failed"
+ econf
emake || die "make failed"
}