Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/polkit-qt/
Date: Sat, 11 Nov 2017 18:40:00
Message-Id: 1510420964.43330c8ebdb1cbcfb73d53ff37ef8fbd75a56f2f.asturm@gentoo
1 commit: 43330c8ebdb1cbcfb73d53ff37ef8fbd75a56f2f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 11 17:22:44 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 11 17:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=43330c8e
7
8 kde-frameworks/polkit-qt: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 kde-frameworks/polkit-qt/polkit-qt-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild b/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
16 index cc69cc01ac..7ce7a4f71d 100644
17 --- a/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
18 +++ b/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
19 @@ -7,18 +7,17 @@ KMNAME="polkit-qt-1"
20 inherit kde5
21
22 DESCRIPTION="PolicyKit Qt5 API wrapper library"
23 -HOMEPAGE="http://www.kde.org/"
24 +HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
25
26 LICENSE="LGPL-2"
27 KEYWORDS=""
28 IUSE="examples"
29
30 DEPEND="
31 - dev-libs/glib:2
32 - $(add_qt_dep qtcore)
33 $(add_qt_dep qtdbus)
34 $(add_qt_dep qtgui)
35 $(add_qt_dep qtwidgets)
36 + dev-libs/glib:2
37 >=sys-auth/polkit-0.103
38 examples? ( $(add_qt_dep qtxml) )
39 "