From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 789E9139694 for ; Thu, 20 Apr 2017 13:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6924E0C08; Thu, 20 Apr 2017 13:19:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 850ECE0C08 for ; Thu, 20 Apr 2017 13:19:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91E6E340A23 for ; Thu, 20 Apr 2017 13:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D6827438 for ; Thu, 20 Apr 2017 13:19:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1492694389.38d8b11b9efcd92ee4976d6173531186b7f8be98.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux/tmux-9999.ebuild X-VCS-Directories: app-misc/tmux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 38d8b11b9efcd92ee4976d6173531186b7f8be98 X-VCS-Branch: master Date: Thu, 20 Apr 2017 13:19:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04115e86-27dd-4282-b959-33462731e594 X-Archives-Hash: 86a505626bee3bcf635cd4acc9ca8863 commit: 38d8b11b9efcd92ee4976d6173531186b7f8be98 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 20 13:18:48 2017 +0000 Commit: Lars Wendler gentoo 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() {