20 lines
423 B
Bash
20 lines
423 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
KMNAME="playground/sysadmin"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="KDE-based PackageKit frontend"
|
|
HOMEPAGE="http://www.kde-apps.org/content/show.php/show.php?content=84745"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~x86 ~amd64"
|
|
SLOT="4"
|
|
IUSE="debug"
|
|
|
|
DEPEND=">=app-admin/packagekit-qt4-0.6.4"
|
|
RDEPEND="${DEPEND}"
|