2014-11-16 18:10:44 +03:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-12-12 00:10:32 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdontchangethehostname/kdontchangethehostname-4.14.3.ebuild,v 1.2 2014/12/11 13:05:54 zlogene Exp $
|
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"
|
2014-12-12 00:10:32 +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
|
|
|
|
"
|