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 642FC139694 for ; Sat, 20 May 2017 13:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C027C21C08D; Sat, 20 May 2017 13:38:07 +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 9D84521C08D for ; Sat, 20 May 2017 13:38:07 +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 CEBDC33FE74 for ; Sat, 20 May 2017 13:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE2A744C for ; Sat, 20 May 2017 13:38:05 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1495287483.f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/shellinabox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/shellinabox/shellinabox-2.20-r1.ebuild X-VCS-Directories: www-misc/shellinabox/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4 X-VCS-Branch: master Date: Sat, 20 May 2017 13:38:05 +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: 0bc26e0b-abc3-43bd-968a-8b5f4fe76d8f X-Archives-Hash: 00f45699931cf9bdaad39be4560bd23e commit: f80c51a8c655f0f0b0790c1335f9f34ab3b83fc4 Author: Patrice Clement gentoo org> AuthorDate: Sat May 20 13:37:49 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat May 20 13:38:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80c51a8 www-misc/shellinabox: myeconf is an array. Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-misc/shellinabox/shellinabox-2.20-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild index dd634bd7e4f..11203d1d18c 100644 --- a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild +++ b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild @@ -50,7 +50,7 @@ src_configure() { econf \ $(use_enable pam) \ - "${myeconf}" + "${myeconf[@]}" } src_install() {