blob: b688537183317e9f31d7d6954f211cd9cc92cbfa (
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="kdeutils"
inherit trinity-meta
DESCRIPTION="Trinity gpg keyring manager"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="app-crypt/gnupg
|| ( app-crypt/pinentry[qt4]
app-crypt/pinentry[gtk]
app-crypt/pinentry[qt3] )"
|