summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-07-30 23:47:48 +0000
committerJohannes Huber <johu@gentoo.org>2014-07-30 23:47:48 +0000
commit18d0c0dc6409e2ed00e967bece5dc5c040e54e57 (patch)
tree39488b3729ec35823c8de67f233f301175eef776 /sys-auth
parentStable for HPPA (bug #513192). (diff)
downloadgentoo-2-18d0c0dc6409e2ed00e967bece5dc5c040e54e57.tar.gz
gentoo-2-18d0c0dc6409e2ed00e967bece5dc5c040e54e57.tar.bz2
gentoo-2-18d0c0dc6409e2ed00e967bece5dc5c040e54e57.zip
Drop USE dep glib on dev-qt/*:5, bug #518588.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-qt/ChangeLog5
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog
index 228733e52381..cca958f4f2ee 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.31 2014/07/22 13:37:19 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.32 2014/07/30 23:47:48 johu Exp $
+
+ 30 Jul 2014; Johannes Huber <johu@gentoo.org> polkit-qt-0.112.0.ebuild:
+ Drop USE dep glib on dev-qt/*:5, bug #518588.
*polkit-qt-0.112.0 (22 Jul 2014)
diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild
index 3cc6773bdbac..ab7a7e01d752 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.112.0.ebuild,v 1.1 2014/07/22 13:37:19 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v 1.2 2014/07/30 23:47:48 johu Exp $
EAPI=5
@@ -28,9 +28,9 @@ RDEPEND="
dev-qt/qtgui:4[glib]
)
qt5? (
- dev-qt/qtcore:5[glib]
+ dev-qt/qtcore:5
dev-qt/qtdbus:5
- dev-qt/qtgui:5[glib]
+ dev-qt/qtgui:5
dev-qt/qtwidgets:5
examples? ( dev-qt/qtxml:5 )
)