blob: 37d0f4093a3dd3e1e6425a4a8d4a52b8b14bd0a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta
DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
KEYWORDS=
IUSE=""
DEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXtst"
RDEPEND="${RDEPEND}"
|