blob: 2af0775863d85dd12d30649cdb69596736e1b554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta
DESCRIPTION="Trinity gpg keyring manager"
KEYWORDS=""
IUSE=""
RDEPEND="app-crypt/gnupg
|| ( app-crypt/pinentry[qt4]
app-crypt/pinentry[gtk]
app-crypt/pinentry[tqt] )"
|