commit:     43330c8ebdb1cbcfb73d53ff37ef8fbd75a56f2f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 17:22:44 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 17:22:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=43330c8e

kde-frameworks/polkit-qt: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-frameworks/polkit-qt/polkit-qt-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild 
b/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
index cc69cc01ac..7ce7a4f71d 100644
--- a/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
+++ b/kde-frameworks/polkit-qt/polkit-qt-9999.ebuild
@@ -7,18 +7,17 @@ KMNAME="polkit-qt-1"
 inherit kde5
 
 DESCRIPTION="PolicyKit Qt5 API wrapper library"
-HOMEPAGE="http://www.kde.org/";
+HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/";
 
 LICENSE="LGPL-2"
 KEYWORDS=""
 IUSE="examples"
 
 DEPEND="
-       dev-libs/glib:2
-       $(add_qt_dep qtcore)
        $(add_qt_dep qtdbus)
        $(add_qt_dep qtgui)
        $(add_qt_dep qtwidgets)
+       dev-libs/glib:2
        >=sys-auth/polkit-0.103
        examples? ( $(add_qt_dep qtxml) )
 "

Reply via email to