diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 17:44:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 17:44:15 +0000 |
commit | 98830183ebda1d940eb87f21b6e88b9914cb5142 (patch) | |
tree | 67dc94eeb2c0cedc503031c1d62e6c6770a1804d /app-crypt/gpa | |
parent | digest fix (Manifest recommit) (diff) | |
download | gentoo-2-98830183ebda1d940eb87f21b6e88b9914cb5142.tar.gz gentoo-2-98830183ebda1d940eb87f21b6e88b9914cb5142.tar.bz2 gentoo-2-98830183ebda1d940eb87f21b6e88b9914cb5142.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-crypt/gpa')
-rw-r--r-- | app-crypt/gpa/gpa-0.7.0-r1.ebuild | 4 |
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" |