blob: 1877a8721b4d60655292c8031f09bd1650722909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KMNAME="kdeadmin"
inherit kde4-meta
DESCRIPTION="KDE system log viewer"
KEYWORDS=""
IUSE="debug +handbook"
# Tests hang, last checked in 4.3.3
RESTRICT="test"
|