commit:     5a6e10c7cb397e2c73187c50014263be6bb69228
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 12:46:29 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 12:46:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6e10c7

games-strategy/warzone2100: Renamed "qt5" USE flag to "sdl".

Fixed some dependencies.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 games-strategy/warzone2100/warzone2100-3.2.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-strategy/warzone2100/warzone2100-3.2.1.ebuild 
b/games-strategy/warzone2100/warzone2100-3.2.1.ebuild
index ccafd8b..89d5ca1 100644
--- a/games-strategy/warzone2100/warzone2100-3.2.1.ebuild
+++ b/games-strategy/warzone2100/warzone2100-3.2.1.ebuild
@@ -22,14 +22,16 @@ LICENSE="GPL-2+ CC-BY-SA-3.0 public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 # upstream requested debug support
-IUSE="debug nls qt5 videos"
+IUSE="debug nls sdl videos"
 
 # TODO: unbundle miniupnpc and quesoglc
 # quesoglc-0.7.2 is buggy: http://developer.wz2100.net/ticket/2828
 RDEPEND=">=dev-games/physfs-2[zip]
        dev-libs/fribidi
        dev-qt/qtcore:5
+       dev-qt/qtgui:5
        dev-qt/qtscript:5
+       dev-qt/qtwidgets:5
        media-libs/fontconfig
        media-libs/freetype:2
        media-libs/glew:=
@@ -44,13 +46,11 @@ RDEPEND=">=dev-games/physfs-2[zip]
        x11-libs/libX11
        x11-libs/libXrandr
        nls? ( virtual/libintl )
-       qt5? (
-               dev-qt/qtgui:5
+       !sdl? (
                dev-qt/qtopengl:5
-               dev-qt/qtwidgets:5
                dev-qt/qtx11extras:5
        )
-       !qt5? ( media-libs/libsdl[opengl,video,X] )"
+       sdl? ( media-libs/libsdl2[opengl,video,X] )"
 DEPEND="${RDEPEND}
        app-arch/zip
        virtual/pkgconfig
@@ -80,7 +80,7 @@ src_configure() {
                --with-applicationdir=/usr/share/applications \
                $(use_enable debug debug relaxed) \
                $(use_enable nls) \
-               --with-backend=$(usex qt5 "qt" "sdl")
+               --with-backend=$(usex sdl "sdl" "qt")
 }
 
 src_compile() {

Reply via email to