2015-02-15 21:30:10 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-11-16 18:10:44 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-11-16 18:10:44 +03:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
KMNAME="kde-runtime"
|
|
|
|
inherit kde4-meta
|
|
|
|
|
|
|
|
DESCRIPTION="Tool to inform KDE about a change in hostname"
|
2016-05-26 12:13:48 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
|
2014-11-16 18:10:44 +03:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
x11-apps/xauth
|
|
|
|
"
|