You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
460 B
20 lines
460 B
6 months ago
|
# Copyright 1999-2024 Gentoo Authors
|
||
|
# Copyright 2020-2024 The Trinity Desktop Project
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI="8"
|
||
|
|
||
|
TRINITY_MODULE_NAME="tdepim"
|
||
|
TRINITY_MODULE_TYPE="core"
|
||
|
TSM_EXTRACT_ALSO="libtdepim/"
|
||
|
inherit trinity-meta-2
|
||
|
|
||
|
DESCRIPTION="Library common to many tdepim apps interacting to network"
|
||
|
|
||
|
if [[ ${PV} != *9999* ]] ; then
|
||
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
||
|
fi
|
||
|
|
||
|
DEPEND="app-crypt/gpgme"
|
||
|
RDEPEND="${DEPEND}"
|