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 0CF6B139694 for ; Thu, 3 Aug 2017 07:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE2EE0DC4; Thu, 3 Aug 2017 07:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEC21E0DC4 for ; Thu, 3 Aug 2017 07:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 682B43416B9 for ; Thu, 3 Aug 2017 07:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4DA374B9 for ; Thu, 3 Aug 2017 07:31:26 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1501745476.e228c088d8366a6d03384fa2b38a6cc66285d701.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmlto/xmlto-0.0.28-r1.ebuild X-VCS-Directories: app-text/xmlto/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e228c088d8366a6d03384fa2b38a6cc66285d701 X-VCS-Branch: master Date: Thu, 3 Aug 2017 07:31:26 +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: f03cd37c-6bc5-4b48-85ae-e86d04fcded5 X-Archives-Hash: 82db851d0006243a878ce65143e581d9 commit: e228c088d8366a6d03384fa2b38a6cc66285d701 Author: Fabian Groffen gentoo org> AuthorDate: Tue Aug 1 11:15:09 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Aug 3 07:31:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e228c088 app-text/xmlto: fix bash fix for Prefix, bug #626766 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-text/xmlto/xmlto-0.0.28-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild index 2a6d1da4312..2e79b5582e6 100644 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild @@ -34,7 +34,7 @@ src_prepare() { src_configure() { # We don't want the script to detect /bin/sh if it is bash. - export ac_cv_path_BASH=/bin/bash + export ac_cv_path_BASH=${BASH} has_version sys-apps/util-linux || export GETOPT=getopt-long econf }