diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-03 00:57:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-03 00:57:29 +0000 |
commit | 44cb25e922098a33596c33ab0643a0f642c7f6ff (patch) | |
tree | 95b5fa0d9a97c35b1c7312b0ee104069b2bc4f5d /media-libs/SoQt | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-44cb25e922098a33596c33ab0643a0f642c7f6ff.tar.gz gentoo-2-44cb25e922098a33596c33ab0643a0f642c7f6ff.tar.bz2 gentoo-2-44cb25e922098a33596c33ab0643a0f642c7f6ff.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/SoQt')
-rw-r--r-- | media-libs/SoQt/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-libs/SoQt/ChangeLog b/media-libs/SoQt/ChangeLog index c4af88beaa35..b63cb686c12e 100644 --- a/media-libs/SoQt/ChangeLog +++ b/media-libs/SoQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/SoQt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.34 2012/12/26 14:38:11 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.35 2013/03/03 00:57:29 hwoarang Exp $ + + 03 Mar 2013; Markos Chandras <hwoarang@gentoo.org> SoQt-1.5.0-r1.ebuild: + Move Qt dependencies to the new category 26 Dec 2012; Justin Lecher <jlec@gentoo.org> -SoQt-1.4.1.ebuild, SoQt-1.5.0-r1.ebuild, metadata.xml: diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild index 96b5f4a5e3ef..d338b31692ca 100644 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild +++ b/media-libs/SoQt/SoQt-1.5.0-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/media-libs/SoQt/SoQt-1.5.0-r1.ebuild,v 1.5 2012/12/26 14:38:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.5.0-r1.ebuild,v 1.6 2013/03/03 00:57:29 hwoarang Exp $ EAPI=5 @@ -18,9 +18,9 @@ IUSE="debug doc static-libs" RDEPEND=" >=media-libs/coin-3.1.3 virtual/opengl - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 " DEPEND="${RDEPEND} virtual/pkgconfig |