diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:48:23 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:48:23 +0000 |
commit | 08132d1db74b0049ccf1b39e1e87d3fa9e1c90c1 (patch) | |
tree | 7a3759ed1c6cd48cf377e9f3f515151e6a0cc6c7 /media-libs/qimageblitz | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-08132d1db74b0049ccf1b39e1e87d3fa9e1c90c1.tar.gz gentoo-2-08132d1db74b0049ccf1b39e1e87d3fa9e1c90c1.tar.bz2 gentoo-2-08132d1db74b0049ccf1b39e1e87d3fa9e1c90c1.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-libs/qimageblitz')
-rw-r--r-- | media-libs/qimageblitz/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/qimageblitz/ChangeLog b/media-libs/qimageblitz/ChangeLog index 751fb3a8ace3..108d04efbf46 100644 --- a/media-libs/qimageblitz/ChangeLog +++ b/media-libs/qimageblitz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/qimageblitz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.18 2013/01/28 17:12:46 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/ChangeLog,v 1.19 2013/03/02 21:48:23 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + qimageblitz-0.0.6-r1.ebuild: + Move Qt dependencies to the new category 28 Jan 2013; Michael Palimaka <kensington@gentoo.org> -qimageblitz-0.0.6.ebuild: diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild index b8f151fdca9f..1f5e627ff7a5 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 1.6 2013/01/24 05:01:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qimageblitz/qimageblitz-0.0.6-r1.ebuild,v 1.7 2013/03/02 21:48:23 hwoarang Exp $ EAPI=5 @@ -16,8 +16,8 @@ SLOT="0" IUSE="3dnow altivec debug mmx sse sse2" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" |