aboutsummaryrefslogtreecommitdiff
blob: a73dd85ba5630bad96e5f3035adbd79f81cd4e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

MY_PN="${PN}-1"
EGIT_REPONAME="${MY_PN}"
EGIT_BRANCH="frameworks"
inherit kde5

DESCRIPTION="PolKit agent module for KDE"
HOMEPAGE="http://www.kde.org"

LICENSE="GPL-2"
KEYWORDS=""
SLOT="5"
IUSE=""

DEPEND="
	>=sys-auth/polkit-qt-0.112.0
"
RDEPEND="${DEPEND}
	!sys-auth/polkit-kde
"