summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-29 19:41:29 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-29 19:41:29 +0000
commit954e0f1a9d8898c1a666c472a3ae65faf73a242a (patch)
tree1d1309e5e7ecee20991698ba13f86b94d25349da
parentVersion bump. (diff)
downloadgentoo-2-954e0f1a9d8898c1a666c472a3ae65faf73a242a.tar.gz
gentoo-2-954e0f1a9d8898c1a666c472a3ae65faf73a242a.tar.bz2
gentoo-2-954e0f1a9d8898c1a666c472a3ae65faf73a242a.zip
Require qt built with glib support (bug 353143)
(Portage version: 2.1.9.35/cvs/Linux x86_64)
-rw-r--r--sys-auth/polkit-qt/ChangeLog6
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog
index ec2bd84bfe05..12a3a8f988d8 100644
--- a/sys-auth/polkit-qt/ChangeLog
+++ b/sys-auth/polkit-qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-qt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.14 2011/01/26 19:49:28 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.15 2011/01/29 19:41:29 dilfridge Exp $
+
+ 29 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ polkit-qt-0.99.0.ebuild:
+ Require qt built with glib support (bug 353143)
26 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> polkit-qt-0.99.0.ebuild:
readd accidently dropped keywords
diff --git a/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
index 8cd8cd8bc37a..c12f8ee114b3 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.99.0.ebuild,v 1.2 2011/01/26 19:49:28 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild,v 1.3 2011/01/29 19:41:29 dilfridge Exp $
EAPI="3"
@@ -20,8 +20,8 @@ IUSE="debug examples"
COMMON_DEPEND="
dev-libs/glib:2
>=sys-auth/polkit-0.99
- x11-libs/qt-core
- x11-libs/qt-gui[dbus]
+ x11-libs/qt-core[glib]
+ x11-libs/qt-gui[dbus,glib]
"
DEPEND="${COMMON_DEPEND}
dev-util/automoc