--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- app-crypt/gpgme/gpgme-1.1.7.ebuild +++ app-crypt/gpgme/gpgme-1.1.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.1.7.ebuild,v 1.1 2009/01/03 09:02:45 dragonheart Exp $ -inherit eutils autotools +inherit libtool DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/related_software/gpgme" @@ -21,7 +21,6 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-_gpgme_cancel_with_err.patch # We need to call elibtoolize so that we get sane .so versioning on # fbsd. elibtoolize @@ -32,7 +31,7 @@ --includedir=/usr/include/gpgme \ --with-gpg=/usr/bin/gpg \ --with-gpgsm=/usr/bin/gpgsm \ - $(use_with pth) || die "econf failed" + $(use_with pth) emake || die "emake failed" }