summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:01:05 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:01:05 +0000
commitc8fed0a10a15909573555f68155191b35a567adc (patch)
treed19a0d4da5aec2c638288b0cbdacb4e820b21b36 /net-misc/italc
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-c8fed0a10a15909573555f68155191b35a567adc.tar.gz
gentoo-2-c8fed0a10a15909573555f68155191b35a567adc.tar.bz2
gentoo-2-c8fed0a10a15909573555f68155191b35a567adc.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 'net-misc/italc')
-rw-r--r--net-misc/italc/ChangeLog7
-rw-r--r--net-misc/italc/italc-2.0.0.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/italc/ChangeLog b/net-misc/italc/ChangeLog
index 64184bd0d57e..88be71e58e4c 100644
--- a/net-misc/italc/ChangeLog
+++ b/net-misc/italc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/italc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.32 2012/08/22 22:56:09 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.33 2013/03/02 23:01:05 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> italc-2.0.0.ebuild:
+ Move Qt dependencies to the new category
22 Aug 2012; Johannes Huber <johu@gentoo.org>
-files/italc-1.0.9-as-needed.patch, -files/italc-1.0.9-gcc44.patch,
diff --git a/net-misc/italc/italc-2.0.0.ebuild b/net-misc/italc/italc-2.0.0.ebuild
index fa5dc0ef5f8f..477586d694a1 100644
--- a/net-misc/italc/italc-2.0.0.ebuild
+++ b/net-misc/italc/italc-2.0.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/net-misc/italc/italc-2.0.0.ebuild,v 1.5 2012/08/22 22:52:42 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-2.0.0.ebuild,v 1.6 2013/03/02 23:01:05 hwoarang Exp $
EAPI=4
@@ -21,8 +21,8 @@ RDEPEND="
sys-apps/tcp-wrappers
sys-libs/zlib
virtual/jpeg
- x11-libs/qt-core:4
- x11-libs/qt-xmlpatterns:4
+ dev-qt/qtcore:4
+ dev-qt/qtxmlpatterns:4
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
@@ -32,7 +32,7 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libXtst
x11-apps/xinput
- x11-libs/qt-gui:4"
+ dev-qt/qtgui:4"
DEPEND="${RDEPEND}
x11-proto/inputproto"