blob: 85781acf30144db1676d8679f74edcb34ca62084 (
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
26
27
28
29
30
31
|
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_CATEGORY="system"
KDE_ORG_NAME="${PN}-1"
inherit ecm kde.org
DESCRIPTION="Set of configuration modules to change polkit settings"
HOMEPAGE="https://invent.kde.org/system/polkit-kde-kcmodules-1"
LICENSE="GPL-2+"
SLOT="5"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
kde-frameworks/kauth:5
kde-frameworks/kcmutils:5
kde-frameworks/kconfigwidgets:5
kde-frameworks/kcoreaddons:5
kde-frameworks/ki18n:5
kde-frameworks/kwidgetsaddons:5
>=sys-auth/polkit-qt-0.113.0[qt5(+)]
"
DEPEND="${RDEPEND}"
|