diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-01 06:04:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-01 06:04:43 +0000 |
commit | fa8412502564121b87058b47c044affe9aff500d (patch) | |
tree | 70887b61dbb2d5b5ba192f29c3e736d2fe6e3ffa /sys-auth | |
parent | Drop old version 1.2, bugs 478752 and 478754. (diff) | |
download | gentoo-2-fa8412502564121b87058b47c044affe9aff500d.tar.gz gentoo-2-fa8412502564121b87058b47c044affe9aff500d.tar.bz2 gentoo-2-fa8412502564121b87058b47c044affe9aff500d.zip |
Correct dependencies wrt bug #478416.
(Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-qt/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index 058ebb51d5ed..62a957af6219 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.29 2013/07/10 05:04:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.30 2013/08/01 06:04:43 kensington Exp $ + + 01 Aug 2013; Michael Palimaka <kensington@gentoo.org> + polkit-qt-0.103.0.ebuild: + Correct dependencies wrt bug #478416. 10 Jul 2013; Patrick Lauer <patrick@gentoo.org> polkit-qt-0.103.0.ebuild: Fixing qtgui deps for qt-4.8.5 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 c50096979e4f..226a7e750715 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.9 2013/07/10 05:04:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.10 2013/08/01 06:04:43 kensington Exp $ EAPI=4 @@ -19,9 +19,10 @@ IUSE="debug examples" COMMON_DEPEND=" dev-libs/glib:2 - >=sys-auth/polkit-0.103 dev-qt/qtcore:4[glib] - dev-qt/qtgui:4[dbus(+),glib] + dev-qt/qtdbus:4 + dev-qt/qtgui:4[glib] + >=sys-auth/polkit-0.103 " DEPEND="${COMMON_DEPEND} dev-util/automoc |