diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-11-05 03:09:37 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-11-05 03:09:37 +0000 |
commit | f9e5bdb649f5179c320d3a047e0af4ec6558bf13 (patch) | |
tree | c4fd2147ef1c1bb7835c2f939677efd1cc1923d1 /app-crypt | |
parent | Updating KEYWORDS, and deleting old ebuilds (diff) | |
download | historical-f9e5bdb649f5179c320d3a047e0af4ec6558bf13.tar.gz historical-f9e5bdb649f5179c320d3a047e0af4ec6558bf13.tar.bz2 historical-f9e5bdb649f5179c320d3a047e0af4ec6558bf13.zip |
Fixed my typo in the ebuild for support with X
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.1.ebuild b/app-crypt/gnupg/gnupg-1.2.1.ebuild index 6e63fae6be0b..82ce7be1b4e1 100644 --- a/app-crypt/gnupg/gnupg-1.2.1.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.1.ebuild,v 1.3 2002/10/31 22:10:25 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.1.ebuild,v 1.4 2002/11/05 03:09:37 rphillips Exp $ IUSE="X zlib ldap nls" @@ -24,7 +24,7 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" use ldap || myconf="${myconf} --disable-ldap" use zlib || myconf="${myconf} --with-included-zlib" - use X && + use X && myconf="${myconf} --with-photo-viewer=xview" #Still needed? # Bug #6387, --enable-m-guard causes bus error on sparcs |