summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-19 07:09:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-19 07:09:46 +0100
commita27c366b78b2c0f76a6a41f0831e7cd7c30659fb (patch)
tree02700b72f04eaec109f8cbe550d580e14e66218b /sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild
parenta404857bcfd7064717e8dbd9f01bba59e87b682b (diff)
sys-auth/polkit-qt : EAPI bump
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild b/sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild
new file mode 100644
index 00000000..0c8b10ac
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0-r11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${P/qt/qt-1}"
+
+DESCRIPTION="PolicyKit Qt API wrapper library (meta package)"
+HOMEPAGE="http://www.kde.org/"
+SRC_URI=""
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE="+qt5"
+
+RDEPEND="
+ qt5? ( ~sys-auth/polkit-qt5-${PV} )
+"
+DEPEND=""