diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:22:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:22:31 +0000 |
commit | cdec114bb41ae9b9ae2293e77447e403b165e0a3 (patch) | |
tree | 7ceadff6f5d8dc1513db14535d694f15f102659e /games-strategy/warzone2100 | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-cdec114bb41ae9b9ae2293e77447e403b165e0a3.tar.gz gentoo-2-cdec114bb41ae9b9ae2293e77447e403b165e0a3.tar.bz2 gentoo-2-cdec114bb41ae9b9ae2293e77447e403b165e0a3.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-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-3.1.0.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index a0e7f1a22150..a3ba77fab8b3 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.77 2013/02/10 01:27:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.78 2013/03/02 21:22:31 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> warzone2100-3.1.0.ebuild: + Move Qt dependencies to the new category *warzone2100-3.1.0 (10 Feb 2013) diff --git a/games-strategy/warzone2100/warzone2100-3.1.0.ebuild b/games-strategy/warzone2100/warzone2100-3.1.0.ebuild index c23b55bcd225..9a8898042313 100644 --- a/games-strategy/warzone2100/warzone2100-3.1.0.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.1.0.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-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.1 2013/02/10 01:27:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.2 2013/03/02 21:22:31 hwoarang Exp $ EAPI=5 inherit autotools eutils versionator gnome2-utils games @@ -35,12 +35,12 @@ RDEPEND=">=dev-games/physfs-2[zip] virtual/opengl x11-libs/libX11 x11-libs/libXrandr - x11-libs/qt-core:4 - x11-libs/qt-script:4 + dev-qt/qtcore:4 + dev-qt/qtscript:4 nls? ( virtual/libintl ) qt4? ( - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 ) !qt4? ( media-libs/libsdl[opengl,video] )" DEPEND="${RDEPEND} |