blob: a2bd385c9e981fc3b45c8b4ebc1d8bd1c95b88ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdeutils"
TRINITY_SUBMODULE="${PN} charselectapplet"
inherit trinity-meta
DESCRIPTION="Trinity character selection utility and panel applet"
KEYWORDS="x86 amd64"
IUSE=""
|