blob: 43f8f1e14f914f24a4f5448e154b6cb1e296e7aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2
DESCRIPTION="KCMInit - initializes Control Modules during startup."
DEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXtst"
RDEPEND="${DEPEND}"
|