Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
Date: Mon, 03 Jul 2017 21:13:02
Message-Id: 1499116367.eb89277907b71f9430a2920823b9c7b75a4ea82e.polynomial-c@gentoo
1 commit: eb89277907b71f9430a2920823b9c7b75a4ea82e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 21:09:16 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 21:12:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb892779
7
8 games-rpg/manaplus: Sync live ebuild.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 games-rpg/manaplus/manaplus-9999.ebuild | 21 +++++++++++----------
13 1 file changed, 11 insertions(+), 10 deletions(-)
14
15 diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild
16 index e7df6f7097d..2d5897b5d6f 100644
17 --- a/games-rpg/manaplus/manaplus-9999.ebuild
18 +++ b/games-rpg/manaplus/manaplus-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -62,16 +62,17 @@ src_prepare() {
26 }
27
28 src_configure() {
29 - CONFIG_SHELL=/bin/bash \
30 - econf \
31 - --localedir=/usr/share/locale \
32 - --without-internalsdlgfx \
33 - $(use_with mumble) \
34 - $(use_enable nls) \
35 - $(use_with opengl) \
36 - --enable-libxml=$(usex pugixml pugixml libxml) \
37 - $(use_with sdl2) \
38 + local myeconfargs=(
39 + --localedir=/usr/share/locale
40 + --without-internalsdlgfx
41 + $(use_with mumble)
42 + $(use_enable nls)
43 + $(use_with opengl)
44 + --enable-libxml=$(usex pugixml pugixml libxml)
45 + $(use_with sdl2)
46 $(use_enable test unittests)
47 + )
48 + CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
49 }
50
51 src_install() {