summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:15:10 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:15:10 +0000
commit6762c7be04c6986d98db76679115c44a5458ae5a (patch)
treeddcb5e4a11efcfc1955c9e4668c03ad39f7ed70a /games-emulation
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-6762c7be04c6986d98db76679115c44a5458ae5a.tar.gz
gentoo-2-6762c7be04c6986d98db76679115c44a5458ae5a.tar.bz2
gentoo-2-6762c7be04c6986d98db76679115c44a5458ae5a.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 'games-emulation')
-rw-r--r--games-emulation/yabause/ChangeLog6
-rw-r--r--games-emulation/yabause/yabause-0.9.12.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog
index 26ad041e0bbd..f84380577d3d 100644
--- a/games-emulation/yabause/ChangeLog
+++ b/games-emulation/yabause/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/yabause
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.36 2013/02/18 00:36:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.37 2013/03/02 21:15:10 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> yabause-0.9.12.ebuild:
+ Move Qt dependencies to the new category
*yabause-0.9.12 (18 Feb 2013)
@@ -172,4 +175,3 @@
08 Jun 2004; David Holm <dholm@gentoo.org> +metadata.xml,
+yabause-0.0.5.ebuild:
Initial import.
-
diff --git a/games-emulation/yabause/yabause-0.9.12.ebuild b/games-emulation/yabause/yabause-0.9.12.ebuild
index 56130a02f794..4d9c52351eb0 100644
--- a/games-emulation/yabause/yabause-0.9.12.ebuild
+++ b/games-emulation/yabause/yabause-0.9.12.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/games-emulation/yabause/yabause-0.9.12.ebuild,v 1.1 2013/02/18 00:36:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.12.ebuild,v 1.2 2013/03/02 21:15:10 hwoarang Exp $
EAPI=5
inherit eutils cmake-utils games
@@ -22,9 +22,9 @@ RDEPEND="
virtual/opengl
)
qt4? (
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- opengl? ( x11-libs/qt-opengl:4 )
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ opengl? ( dev-qt/qtopengl:4 )
)
!qt4? (
dev-libs/glib:2