summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:52:25 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:52:25 +0000
commit400374f0d0c67c6291d5232ff28c8b8d3acda4d4 (patch)
treee5628a0b8473f7c056e44a5e4ec41deeb481085a /dev-games/openscenegraph
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-400374f0d0c67c6291d5232ff28c8b8d3acda4d4.tar.gz
gentoo-2-400374f0d0c67c6291d5232ff28c8b8d3acda4d4.tar.bz2
gentoo-2-400374f0d0c67c6291d5232ff28c8b8d3acda4d4.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 'dev-games/openscenegraph')
-rw-r--r--dev-games/openscenegraph/ChangeLog6
-rw-r--r--dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-games/openscenegraph/ChangeLog b/dev-games/openscenegraph/ChangeLog
index f09a484eb647..257c2ddd0964 100644
--- a/dev-games/openscenegraph/ChangeLog
+++ b/dev-games/openscenegraph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/openscenegraph
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.53 2013/02/09 00:14:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.54 2013/03/02 19:52:25 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+ openscenegraph-3.0.1-r1.ebuild:
+ Move Qt dependencies to the new category
08 Feb 2013; Alexis Ballier <aballier@gentoo.org>
openscenegraph-3.0.1-r1.ebuild, +files/openscenegraph-3.0.1-libav-9.patch:
diff --git a/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild b/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild
index 76fcdcc04066..a305634c12ea 100644
--- a/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.0.1-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/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild,v 1.2 2013/02/09 00:14:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1-r1.ebuild,v 1.3 2013/03/02 19:52:25 hwoarang Exp $
EAPI=3
@@ -33,9 +33,9 @@ RDEPEND="
glut? ( media-libs/freeglut )
gtk? ( x11-libs/gtkglext )
qt4? (
- 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
)
sdl? ( media-libs/libsdl )
wxwidgets? ( x11-libs/wxGTK[opengl,X] )