blob: 6b0e5beb3bb76ab63136a849f7832118695d2e75 (
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
25
26
27
28
29
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Kleopatra - KDE X.509 key manager"
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook"
#RESTRICT="test"
DEPEND="app-crypt/gnupg
app-crypt/gpgme
dev-libs/libassuan
>=kde-base/libkleo-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="libkleo"
KMLOADLIBS="libkleo"
src_configure() {
mycmakeargs="${mycmakeargs}
-DWITH_QGPGME=ON"
kde4-meta_src_configure
}
|