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 | e4ebe3ca6e8e8012cde78c8e70073fe19465f9ca (patch) | |
tree | 0ae84d97baf48d9b3b11a308926172a2afd5f00c /app-crypt | |
parent | patched to fix pinentry-qt (diff) | |
download | historical-e4ebe3ca6e8e8012cde78c8e70073fe19465f9ca.tar.gz historical-e4ebe3ca6e8e8012cde78c8e70073fe19465f9ca.tar.bz2 historical-e4ebe3ca6e8e8012cde78c8e70073fe19465f9ca.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) \ |