diff options
author | 2013-03-02 21:34:27 +0000 | |
---|---|---|
committer | 2013-03-02 21:34:27 +0000 | |
commit | 43d61eb1e34387a77ce52c6183a35ea288ba4561 (patch) | |
tree | 4131671bae698035b0b360ec9d9e9b04036f89af /media-gfx | |
parent | Moving x11-libs/qt-* to dev-qt/ (diff) | |
download | gentoo-2-43d61eb1e34387a77ce52c6183a35ea288ba4561.tar.gz gentoo-2-43d61eb1e34387a77ce52c6183a35ea288ba4561.tar.bz2 gentoo-2-43d61eb1e34387a77ce52c6183a35ea288ba4561.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 'media-gfx')
-rw-r--r-- | media-gfx/cutycapt/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/cutycapt/cutycapt-0_p20120409.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/cutycapt/ChangeLog b/media-gfx/cutycapt/ChangeLog index ab9a53d6d458..deee80a0bc9b 100644 --- a/media-gfx/cutycapt/ChangeLog +++ b/media-gfx/cutycapt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/cutycapt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.5 2012/07/31 08:31:57 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.6 2013/03/02 21:34:27 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + cutycapt-0_p20120409.ebuild: + Move Qt dependencies to the new category 31 Jul 2012; Michael Palimaka <kensington@gentoo.org> cutycapt-0_p20120409.ebuild: diff --git a/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild b/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild index 1306b8ec862d..f091aa413d11 100644 --- a/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild +++ b/media-gfx/cutycapt/cutycapt-0_p20120409.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/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.2 2012/07/31 08:31:57 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.3 2013/03/02 21:34:27 hwoarang Exp $ EAPI=4 inherit qt4-r2 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/qt-gui:4 x11-libs/qt-webkit:4 x11-libs/qt-core:4 x11-libs/qt-svg:4" +DEPEND="dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtcore:4 dev-qt/qtsvg:4" RDEPEND="${DEPEND}" src_configure() { |