blob: 70d62917a0b6a7e53ce6eb69db2cfd8b7a062185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kpackage/kpackage-3.5.10.ebuild,v 1.3 2009/07/06 18:11:44 ranger Exp $
EAPI="1"
KMNAME=kdeadmin
inherit kde-meta
DESCRIPTION="KDE package manager (deb, rpm etc support; rudimentary ebuild support)"
KEYWORDS="~alpha amd64 ~ppc ppc64 x86"
IUSE="kdehiddenvisibility"
DEPEND=""
|