commit: eb89277907b71f9430a2920823b9c7b75a4ea82e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:09:16 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:12:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb892779
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(-)
diff --git a/games-rpg/manaplus/manaplus-9999.ebuild
b/games-rpg/manaplus/manaplus-9999.ebuild
index e7df6f7097d..2d5897b5d6f 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() {