blob: d21f04a4360e6f0797a6a307b8621c0d91931d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2020-2021 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta-2
DESCRIPTION="TDE library to enable support for sieve, used by KMail"
KEYWORDS="~amd64 ~x86"
TSM_EXTRACT_ALSO="libtdepim/"
|