summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/polkit-qt/ChangeLog5
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog
index 97217bc243c1..058ebb51d5ed 100644
--- a/sys-auth/polkit-qt/ChangeLog
+++ b/sys-auth/polkit-qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/polkit-qt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.28 2013/04/02 20:57:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.29 2013/07/10 05:04:34 patrick Exp $
+
+ 10 Jul 2013; Patrick Lauer <patrick@gentoo.org> polkit-qt-0.103.0.ebuild:
+ Fixing qtgui deps for qt-4.8.5
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> polkit-qt-0.103.0.ebuild:
Stable for ppc64, wrt bug #462890
diff --git a/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild
index f28871ad6778..c50096979e4f 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.8 2013/04/02 20:57:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.9 2013/07/10 05:04:34 patrick Exp $
EAPI=4
@@ -21,7 +21,7 @@ COMMON_DEPEND="
dev-libs/glib:2
>=sys-auth/polkit-0.103
dev-qt/qtcore:4[glib]
- dev-qt/qtgui:4[dbus,glib]
+ dev-qt/qtgui:4[dbus(+),glib]
"
DEPEND="${COMMON_DEPEND}
dev-util/automoc