diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:54:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:54:00 +0000 |
commit | df2333369ee9ab316ac74fc63bbb6d920176f4a4 (patch) | |
tree | 4096cb41b3be3d7428087581250df4a02fd5ee53 /x11-misc/touchfreeze | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-df2333369ee9ab316ac74fc63bbb6d920176f4a4.tar.gz gentoo-2-df2333369ee9ab316ac74fc63bbb6d920176f4a4.tar.bz2 gentoo-2-df2333369ee9ab316ac74fc63bbb6d920176f4a4.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/touchfreeze')
-rw-r--r-- | x11-misc/touchfreeze/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/touchfreeze/ChangeLog b/x11-misc/touchfreeze/ChangeLog index cc34f08de30c..79985e35f4df 100644 --- a/x11-misc/touchfreeze/ChangeLog +++ b/x11-misc/touchfreeze/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/touchfreeze -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchfreeze/ChangeLog,v 1.18 2012/06/08 13:21:09 pesa Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchfreeze/ChangeLog,v 1.19 2013/03/02 23:54:00 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + touchfreeze-0.2.5-r1.ebuild: + Move Qt dependencies to the new category 08 Jun 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: Cleanup metadata. @@ -79,4 +83,3 @@ +touchfreeze-0.2.3.ebuild, +metadata.xml: Initial commit from qting-edge overlay. Thanks to Jesús Pérez (Chuso) <chescu@gmail.com> for the initial ebuild. Fixes bug 262218 - diff --git a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild index a2daabfdacdd..24af5160d9a0 100644 --- a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild +++ b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.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/touchfreeze/touchfreeze-0.2.5-r1.ebuild,v 1.4 2012/05/21 19:51:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild,v 1.5 2013/03/02 23:54:00 hwoarang Exp $ EAPI=4 @@ -16,8 +16,8 @@ KEYWORDS="amd64 x86" IUSE="debug" DEPEND="x11-libs/libX11 - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND} x11-drivers/xf86-input-synaptics |