blob: 4d7667f6ec42d9f99896622b2715365f2e80f070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta
DESCRIPTION="library common to many tdepim apps interacting to network"
KEYWORDS=""
IUSE+=""
COMMON_DEPEND=">=app-crypt/gpgme-1.0.2"
DEPEND+=" ${COMMON_DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"
|