blob: 2eb740cf2d5f78489335a75ec6aa082bde6b4e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta
DESCRIPTION="A newsreader for TDE"
DEPEND="
>=trinity-base/ktnef-${PV}:${SLOT}
>=trinity-base/libkmime-${PV}:${SLOT}
>=trinity-base/libtdepim-${PV}:${SLOT}
>=trinity-base/libkcal-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"
|