aboutsummaryrefslogtreecommitdiff
blob: 80b6f3333494011bb7fcc917575ba4506bf18723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

KMNAME="playground/pim"
NEED_KDE="none"
inherit kde4-base

DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
HOMEPAGE="http://kde.org/"

LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"

DEPEND="
	>=x11-libs/qt-gui-4.4:4
"
RDEPEND="${DEPEND}
	app-crypt/pinentry
"