From 38d8b11b9efcd92ee4976d6173531186b7f8be98 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 20 Apr 2017 15:18:48 +0200 Subject: 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(-) (limited to 'app-misc') diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 6921fe6e7103..a3361bdd2bf5 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() { -- cgit v1.2.3-65-gdbad