diff options
author | J Robert Ray <jrray@gentoo.org> | 2003-02-07 14:06:03 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2003-02-07 14:06:03 +0000 |
commit | ebe6acf53b1f7e1e65c8bfe5f2284fa304ac5d68 (patch) | |
tree | ec663379af29744e471ead433cd653d2a62d1f73 /app-crypt | |
parent | patched to fix pinentry-qt (diff) | |
download | gentoo-2-ebe6acf53b1f7e1e65c8bfe5f2284fa304ac5d68.tar.gz gentoo-2-ebe6acf53b1f7e1e65c8bfe5f2284fa304ac5d68.tar.bz2 gentoo-2-ebe6acf53b1f7e1e65c8bfe5f2284fa304ac5d68.zip |
Forgot to remove this.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.7-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild index f6bcc604e63c..30e8784f9100 100644 --- a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.1 2003/02/07 14:01:42 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.2 2003/02/07 14:06:03 jrray Exp $ DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project." HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -54,8 +54,7 @@ EOF } src_compile() { - econf --disable-pinentry-qt \ - $(use_enable qt pinentry-qt) \ + econf $(use_enable qt pinentry-qt) \ $(use_enable gtk pinentry-gtk) \ $(use_enable ncurses pinentry-curses) \ $(use_enable ncurses fallback-curses) \ |