From eb89277907b71f9430a2920823b9c7b75a4ea82e Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 3 Jul 2017 23:09:16 +0200 Subject: games-rpg/manaplus: Sync live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- games-rpg/manaplus/manaplus-9999.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'games-rpg/manaplus') diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild index e7df6f7097d2..2d5897b5d6f1 100644 --- a/games-rpg/manaplus/manaplus-9999.ebuild +++ b/games-rpg/manaplus/manaplus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,16 +62,17 @@ src_prepare() { } src_configure() { - CONFIG_SHELL=/bin/bash \ - econf \ - --localedir=/usr/share/locale \ - --without-internalsdlgfx \ - $(use_with mumble) \ - $(use_enable nls) \ - $(use_with opengl) \ - --enable-libxml=$(usex pugixml pugixml libxml) \ - $(use_with sdl2) \ + local myeconfargs=( + --localedir=/usr/share/locale + --without-internalsdlgfx + $(use_with mumble) + $(use_enable nls) + $(use_with opengl) + --enable-libxml=$(usex pugixml pugixml libxml) + $(use_with sdl2) $(use_enable test unittests) + ) + CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}" } src_install() { -- cgit v1.2.3-65-gdbad