commit:     38d8b11b9efcd92ee4976d6173531186b7f8be98
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:18:48 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:19:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d8b11b

app-misc/tmux: Sync live ebuild.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/tmux/tmux-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 6921fe6e710..a3361bdd2bf 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-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
@@ -54,10 +54,12 @@ src_prepare() {
 }
 
 src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}"/etc \
-               $(use_enable debug) \
+       local myeconfargs=(
+               --sysconfdir="${EPREFIX}"/etc
+               $(use_enable debug)
                $(use_enable utempter)
+       )
+       econf "${myeconfargs[@]}"
 }
 
 src_install() {

Reply via email to