diff options
Diffstat (limited to 'app-crypt/opencdk/opencdk-0.5.5.ebuild')
-rw-r--r-- | app-crypt/opencdk/opencdk-0.5.5.ebuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/app-crypt/opencdk/opencdk-0.5.5.ebuild b/app-crypt/opencdk/opencdk-0.5.5.ebuild index 29df646af9da..20f7ec089501 100644 --- a/app-crypt/opencdk/opencdk-0.5.5.ebuild +++ b/app-crypt/opencdk/opencdk-0.5.5.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.5.ebuild,v 1.18 2006/09/28 10:17:37 vapier Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.5.ebuild,v 1.19 2007/01/04 19:58:02 flameeyes Exp $ DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" @@ -17,14 +15,6 @@ RDEPEND=">=dev-libs/libgcrypt-1.1.94" DEPEND="${RDEPEND} >=dev-lang/perl-5.6" -src_compile() { - # Needed for mips and probably others - gnuconfig_update - - econf || die "Failed to run econf!" - emake || die "Failed to run emake!" -} - src_install() { einstall || die "installed failed" |