diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:33:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:33:57 +0000 |
commit | 330ca3a7df5881ca725606b151f157cc69ce8234 (patch) | |
tree | 54a4af483a1cc0fcbd476ab735b8aafaaa1dfc85 /sys-auth/polkit-qt | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-330ca3a7df5881ca725606b151f157cc69ce8234.tar.gz gentoo-2-330ca3a7df5881ca725606b151f157cc69ce8234.tar.bz2 gentoo-2-330ca3a7df5881ca725606b151f157cc69ce8234.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sys-auth/polkit-qt')
-rw-r--r-- | sys-auth/polkit-qt/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index d51efc6235b6..af787ac22d39 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.26 2012/08/19 08:02:13 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.27 2013/03/02 23:33:57 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> polkit-qt-0.103.0.ebuild: + Move Qt dependencies to the new category 19 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> -polkit-qt-0.99.0.ebuild, polkit-qt-0.103.0.ebuild: 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 621770ebd560..6ddde24bc27b 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-2012 Gentoo Foundation +# 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.6 2012/08/19 08:02:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.7 2013/03/02 23:33:57 hwoarang Exp $ EAPI=4 @@ -20,8 +20,8 @@ IUSE="debug examples" COMMON_DEPEND=" dev-libs/glib:2 >=sys-auth/polkit-0.103 - x11-libs/qt-core:4[glib] - x11-libs/qt-gui:4[dbus,glib] + dev-qt/qtcore:4[glib] + dev-qt/qtgui:4[dbus,glib] " DEPEND="${COMMON_DEPEND} dev-util/automoc |