--- /usr/portage/app-crypt/opencdk/opencdk-0.5.7.ebuild 2007-07-12 12:35:25.000000000 +0200 +++ opencdk-0.5.7.ebuild 2007-07-19 09:17:43.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.7.ebuild,v 1.16 2007/07/12 10:12:49 uberlord Exp $ -inherit libtool +inherit eutils autotools DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" @@ -20,7 +20,8 @@ src_unpack() { unpack ${A} cd "${S}" - elibtoolize + epatch "${FILESDIR}"/${PN}-crosscompile.diff + eautoreconf } src_install() {