From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1023749-garchives=archives.gentoo.org@lists.gentoo.org>
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 42ADD1382C5
	for <garchives@archives.gentoo.org>; Sun, 13 May 2018 13:24:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 458A3E098A;
	Sun, 13 May 2018 13:24:18 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1E5B1E098A
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 May 2018 13:24:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AACA2335C92
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 May 2018 13:24:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 418F828B
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 May 2018 13:24:15 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1526217851.a1dbfccaa360f4021f2de47466307b87b305f44c.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-action/bzflag/bzflag-2.4.14.ebuild
X-VCS-Directories: games-action/bzflag/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: a1dbfccaa360f4021f2de47466307b87b305f44c
X-VCS-Branch: master
Date: Sun, 13 May 2018 13:24:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8c1781a0-f1d1-4f9e-894a-15db26d6d9cc
X-Archives-Hash: a522e2fe5b4c978a8d081860577d730a

commit:     a1dbfccaa360f4021f2de47466307b87b305f44c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 13:04:41 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun May 13 13:24:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dbfcca

games-action/bzflag: Specify SDL2.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 games-action/bzflag/bzflag-2.4.14.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild b/games-action/bzflag/bzflag-2.4.14.ebuild
index f708cd5a135..f41fea01d01 100644
--- a/games-action/bzflag/bzflag-2.4.14.ebuild
+++ b/games-action/bzflag/bzflag-2.4.14.ebuild
@@ -46,6 +46,8 @@ src_configure() {
 		ewarn "You are building a server-only copy of BZFlag"
 		ewarn
 		myconf="--disable-client --without-SDL"
+	else
+		myconf="--with-sdl=2"
 	fi
 
 	econf \