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 729C3138359 for ; Fri, 9 Oct 2020 15:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B66AE0814; Fri, 9 Oct 2020 15:57:11 +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 72A35E0814 for ; Fri, 9 Oct 2020 15:57:11 +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 591CA340F9E for ; Fri, 9 Oct 2020 15:57:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D73042EE for ; Fri, 9 Oct 2020 15:57:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1602259025.873d3aabf93c8b03ac7a2fdd17ea73b39f838676.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/openldap/openldap-2.4.50.ebuild net-nds/openldap/openldap-2.4.53.ebuild X-VCS-Directories: net-nds/openldap/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 873d3aabf93c8b03ac7a2fdd17ea73b39f838676 X-VCS-Branch: master Date: Fri, 9 Oct 2020 15:57:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90165da9-d249-4153-9424-f84805beeb95 X-Archives-Hash: 8f87e924995c7d9dcf2d72228fbfde02 commit: 873d3aabf93c8b03ac7a2fdd17ea73b39f838676 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 9 15:56:15 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 9 15:57:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873d3aab net-nds/openldap: Do not hardcode bash Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> net-nds/openldap/openldap-2.4.50.ebuild | 6 +++--- net-nds/openldap/openldap-2.4.53.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-nds/openldap/openldap-2.4.50.ebuild b/net-nds/openldap/openldap-2.4.50.ebuild index 71320172f0b..2c5a8f5c18c 100644 --- a/net-nds/openldap/openldap-2.4.50.ebuild +++ b/net-nds/openldap/openldap-2.4.50.ebuild @@ -514,7 +514,7 @@ multilib_src_configure() { done tc-export AR CC CXX - CONFIG_SHELL="/bin/bash" \ + CONFIG_SHELL="/bin/sh" \ ECONF_SOURCE="${S}" \ STRIP=/bin/true \ econf \ @@ -548,7 +548,7 @@ src_configure_cxx() { multilib_src_compile() { tc-export AR CC CXX - emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash + emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/sh local lt="${BUILD_DIR}/libtool" export echo="echo" @@ -730,7 +730,7 @@ multilib_src_test() { multilib_src_install() { local lt="${BUILD_DIR}/libtool" - emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install + emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/sh install if ! use minimal && multilib_is_native_abi; then # openldap modules go here diff --git a/net-nds/openldap/openldap-2.4.53.ebuild b/net-nds/openldap/openldap-2.4.53.ebuild index 89a4da0e820..759f1545776 100644 --- a/net-nds/openldap/openldap-2.4.53.ebuild +++ b/net-nds/openldap/openldap-2.4.53.ebuild @@ -514,7 +514,7 @@ multilib_src_configure() { done tc-export AR CC CXX - CONFIG_SHELL="/bin/bash" \ + CONFIG_SHELL="/bin/sh" \ ECONF_SOURCE="${S}" \ STRIP=/bin/true \ econf \ @@ -548,7 +548,7 @@ src_configure_cxx() { multilib_src_compile() { tc-export AR CC CXX - emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash + emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/sh local lt="${BUILD_DIR}/libtool" export echo="echo" @@ -730,7 +730,7 @@ multilib_src_test() { multilib_src_install() { local lt="${BUILD_DIR}/libtool" - emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install + emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/sh install if ! use minimal && multilib_is_native_abi; then # openldap modules go here