summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:44:42 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:44:42 +0000
commite911fb44a5c8c411c079940c43874a5fe0237091 (patch)
treefa88cda362d55a7af1c8d65703f7b95dd5c51948 /x11-libs/libqxt
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-e911fb44a5c8c411c079940c43874a5fe0237091.tar.gz
gentoo-2-e911fb44a5c8c411c079940c43874a5fe0237091.tar.bz2
gentoo-2-e911fb44a5c8c411c079940c43874a5fe0237091.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 'x11-libs/libqxt')
-rw-r--r--x11-libs/libqxt/ChangeLog7
-rw-r--r--x11-libs/libqxt/libqxt-0.6.2.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/libqxt/ChangeLog b/x11-libs/libqxt/ChangeLog
index 8760dc809eae..f394ea4c4795 100644
--- a/x11-libs/libqxt/ChangeLog
+++ b/x11-libs/libqxt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libqxt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.22 2012/11/12 11:08:16 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.23 2013/03/02 23:44:42 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> libqxt-0.6.2.ebuild:
+ Move Qt dependencies to the new category
12 Nov 2012; Michael Palimaka <kensington@gentoo.org> libqxt-0.6.2.ebuild:
Remove invalid USE flag wrt bug #442694.
diff --git a/x11-libs/libqxt/libqxt-0.6.2.ebuild b/x11-libs/libqxt/libqxt-0.6.2.ebuild
index e27ed849b0fb..a020f200c603 100644
--- a/x11-libs/libqxt/libqxt-0.6.2.ebuild
+++ b/x11-libs/libqxt/libqxt-0.6.2.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/x11-libs/libqxt/libqxt-0.6.2.ebuild,v 1.4 2012/11/12 11:08:16 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.6.2.ebuild,v 1.5 2013/03/02 23:44:42 hwoarang Exp $
EAPI=4
@@ -17,14 +17,14 @@ IUSE="berkdb debug doc sql web xscreensaver zeroconf"
COMMON_DEPEND="
x11-libs/libXrandr
- x11-libs/qt-core:4[ssl]
- x11-libs/qt-gui:4
+ dev-qt/qtcore:4[ssl]
+ dev-qt/qtgui:4
berkdb? ( >=sys-libs/db-4.6 )
- sql? ( x11-libs/qt-sql:4 )
+ sql? ( dev-qt/qtsql:4 )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
"
DEPEND="${COMMON_DEPEND}
- doc? ( x11-libs/qt-assistant:4 )
+ doc? ( dev-qt/qthelp:4 )
"
RDEPEND="${COMMON_DEPEND}
xscreensaver? ( x11-libs/libXScrnSaver )