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 CAD98139085 for ; Thu, 19 Jan 2017 13:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F8FE0C5D; Thu, 19 Jan 2017 13:57:46 +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 D38DDE0C5D for ; Thu, 19 Jan 2017 13:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF34C3413AD for ; Thu, 19 Jan 2017 13:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98B8291E for ; Thu, 19 Jan 2017 13:57:42 +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: <1484834258.878285d6d53aad604ee871dc206688c52305c0ba.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild X-VCS-Directories: media-libs/libjpeg-turbo/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 878285d6d53aad604ee871dc206688c52305c0ba X-VCS-Branch: master Date: Thu, 19 Jan 2017 13:57:42 +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: 7c0adaa3-b812-4146-a263-e1523830cbf6 X-Archives-Hash: 94811770f672e6d991958224def9ee6b commit: 878285d6d53aad604ee871dc206688c52305c0ba Author: Fabian Groffen gentoo org> AuthorDate: Thu Jan 19 13:57:30 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jan 19 13:57:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878285d6 media-libs/libjpeg-turbo: use bash from Prefix, bug #606442 Package-Manager: portage-2.3.0 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild index 0b2fbc7..be6b8f2 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.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 # $Id$ @@ -59,7 +59,7 @@ multilib_src_configure() { [[ ${ABI} == "x32" ]] && myconf+=( --without-simd ) #420239 # Force /bin/bash until upstream generates a new version. #533902 - CONFIG_SHELL=/bin/bash \ + CONFIG_SHELL="${EPREFIX}"/bin/bash \ ECONF_SOURCE=${S} \ econf \ $(use_enable static-libs static) \