summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:54:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:54:30 +0000
commite595d2e65c5475fad150542e512965fb13a9beb3 (patch)
tree73c49698abca3217a1e2b9d4c9538b032e7821c9 /x11-misc/wmiface
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-e595d2e65c5475fad150542e512965fb13a9beb3.tar.gz
gentoo-2-e595d2e65c5475fad150542e512965fb13a9beb3.tar.bz2
gentoo-2-e595d2e65c5475fad150542e512965fb13a9beb3.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-misc/wmiface')
-rw-r--r--x11-misc/wmiface/ChangeLog7
-rw-r--r--x11-misc/wmiface/wmiface-2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/wmiface/ChangeLog b/x11-misc/wmiface/ChangeLog
index f6892165c7ec..7d9ce6fd046c 100644
--- a/x11-misc/wmiface/ChangeLog
+++ b/x11-misc/wmiface/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/wmiface
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.3 2012/07/14 17:46:30 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.4 2013/03/02 23:54:30 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> wmiface-2.1.ebuild:
+ Move Qt dependencies to the new category
14 Jul 2012; Michael Palimaka <kensington@gentoo.org> wmiface-2.1.ebuild:
Add missing slot dependencies on Qt.
diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild
index 6218d82beb03..364df98ecd51 100644
--- a/x11-misc/wmiface/wmiface-2.1.ebuild
+++ b/x11-misc/wmiface/wmiface-2.1.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-misc/wmiface/wmiface-2.1.ebuild,v 1.3 2012/07/14 17:46:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.4 2013/03/02 23:54:30 hwoarang Exp $
EAPI=4
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
- x11-libs/qt-core:4
+ dev-qt/qtcore:4
x11-libs/libX11
"
RDEPEND="${DEPEND}"