diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-04-20 15:18:48 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-04-20 15:19:49 +0200 |
commit | 38d8b11b9efcd92ee4976d6173531186b7f8be98 (patch) | |
tree | 6fb1707356cbcb3b879b009d3fbc6b586652b9b2 /app-misc/tmux | |
parent | app-misc/tmux: Bump to version 2.4 (diff) | |
download | gentoo-38d8b11b9efcd92ee4976d6173531186b7f8be98.tar.gz gentoo-38d8b11b9efcd92ee4976d6173531186b7f8be98.tar.bz2 gentoo-38d8b11b9efcd92ee4976d6173531186b7f8be98.zip |
app-misc/tmux: Sync live ebuild.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
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() { |