diff options
author | 2004-08-16 11:51:19 +0000 | |
---|---|---|
committer | 2004-08-16 11:51:19 +0000 | |
commit | 94cc9a1b0fdd718f9802a3ea5d897b1b43784b22 (patch) | |
tree | fe260f90d43dd0e2073b6d81201af50cac04d930 /app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild | |
parent | Cleaning up a little, getting ready for moving stuff out of FILESDIR (diff) | |
download | historical-94cc9a1b0fdd718f9802a3ea5d897b1b43784b22.tar.gz historical-94cc9a1b0fdd718f9802a3ea5d897b1b43784b22.tar.bz2 historical-94cc9a1b0fdd718f9802a3ea5d897b1b43784b22.zip |
modified gpgme-0.3.14-r1 to this needed to change too
Diffstat (limited to 'app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild')
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild b/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild index 76ad688f4e41..355821a9c0d2 100644 --- a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild +++ b/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.1 2004/08/08 03:19:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.2 2004/08/16 11:48:33 dragonheart Exp $ inherit eutils @@ -18,19 +18,17 @@ RDEPEND="=app-crypt/gpgme-0.3.14-r1 DEPEND="${RDEPEND} sys-apps/gawk - sys-apps/grep - sys-devel/autoconf" + sys-apps/grep" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/cryptplug-0.3.16-64bit.dif epatch ${FILESDIR}/cryptplug-0.3.16-initialize-fix.diff - epatch ${FILESDIR}/gpgme3.patch } src_compile() { - autoconf || die "autoconfigure failed" + export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config econf || "configure failed" emake || "make failed" } |