blob: 272731ca2d3b569565b1f2af6d3ad1cf4a49f087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.1.2.ebuild,v 1.1 2008/10/02 07:03:03 jmbsvicetto Exp $
EAPI="2"
KMNAME=kdebase-runtime
inherit kde4-meta
DESCRIPTION="The KDE Control Center"
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook"
|