blob: dc1511e6b9523e5db0b7d3c6aff6ffc39eedf52a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdepim"
inherit trinity-meta
DESCRIPTION="Trinity news feed aggregator."
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
>=trinity-base/ktnef-${PV}:${SLOT}
>=trinity-base/libkmime-${PV}:${SLOT}
>=trinity-base/libkdepim-${PV}:${SLOT}
>=trinity-base/libkcal-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libkdepim"
|