summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-31 23:04:39 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-31 23:04:39 +0000
commit48783aad0323b8ed3e5c18d4b7701b780658653c (patch)
tree5b2e1722a576b3aa3554bf8c8251b920493a2304 /app-crypt/pinentry
parentold (diff)
downloadgentoo-2-48783aad0323b8ed3e5c18d4b7701b780658653c.tar.gz
gentoo-2-48783aad0323b8ed3e5c18d4b7701b780658653c.tar.bz2
gentoo-2-48783aad0323b8ed3e5c18d4b7701b780658653c.zip
update DESCRIPTION
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r--app-crypt/pinentry/pinentry-0.6.8.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/pinentry/pinentry-0.6.8.ebuild b/app-crypt/pinentry/pinentry-0.6.8.ebuild
index b9f98549af62..e2f2a2f9c5d6 100644
--- a/app-crypt/pinentry/pinentry-0.6.8.ebuild
+++ b/app-crypt/pinentry/pinentry-0.6.8.ebuild
@@ -1,20 +1,19 @@
# 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.8.ebuild,v 1.2 2003/06/29 22:18:39 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.8.ebuild,v 1.3 2003/07/31 23:04:39 vapier Exp $
-DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project."
+DESCRIPTION="collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
HOMEPAGE="http://www.gnupg.org/aegypten/"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
-
IUSE="qt gtk ncurses"
DEPEND="gtk? ( x11-libs/gtk+ )
- ncurses? ( sys-libs/ncurses )
- qt? ( x11-libs/qt )"
+ ncurses? ( sys-libs/ncurses )
+ qt? ( x11-libs/qt )"
pkg_setup() {
use qt || use gtk || use ncurses || die "You must have at least one of 'qt', 'gtk', or 'ncurses' in your USE"