From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B67C41381F1 for ; Thu, 29 Sep 2016 12:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94AE2E0AD2; Thu, 29 Sep 2016 12:46:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77D3FE0AD2 for ; Thu, 29 Sep 2016 12:46:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 198D534068A for ; Thu, 29 Sep 2016 12:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4E80248B for ; Thu, 29 Sep 2016 12:46:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475153202.5a6e10c7cb397e2c73187c50014263be6bb69228.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/warzone2100/warzone2100-3.2.1.ebuild X-VCS-Directories: games-strategy/warzone2100/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5a6e10c7cb397e2c73187c50014263be6bb69228 X-VCS-Branch: master Date: Thu, 29 Sep 2016 12:46:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be2e1d60-73e3-46ed-a44e-453351cb47c2 X-Archives-Hash: 282e89d878ebeb35e7f400a8519164c3 commit: 5a6e10c7cb397e2c73187c50014263be6bb69228 Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 29 12:46:29 2016 +0000 Commit: Lars Wendler gentoo 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 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() {