summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/gpa/gpa-0.7.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gpa/gpa-0.7.0-r1.ebuild b/app-crypt/gpa/gpa-0.7.0-r1.ebuild
index 139be6c4a405..7a95b11a5771 100644
--- a/app-crypt/gpa/gpa-0.7.0-r1.ebuild
+++ b/app-crypt/gpa/gpa-0.7.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.7.0-r1.ebuild,v 1.1 2004/06/16 01:46:45 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.7.0-r1.ebuild,v 1.2 2004/06/16 17:44:15 mr_bones_ Exp $
DESCRIPTION="Standard GUI for GnuPG"
HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpa/index.html"
@@ -24,7 +24,7 @@ src_compile() {
# if so. If we do not do this, hkp server types is not usable,
# as gpa cannot find gpgkeys_hkp ...
[ -f "/usr/lib/gnupg/gpgkeys_hkp" ] && myconf="--libexecdir=/usr/lib"
-
+
GPGME_CONFIG=/usr/bin/gpgme4-config \
econf `use_enable nls` \
${myconf} || die "econf failed"