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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE68715ACFC for ; Sun, 7 May 2023 06:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A1AE07F2; Sun, 7 May 2023 06:10:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED78FE07F2 for ; Sun, 7 May 2023 06:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEC113412BD for ; Sun, 7 May 2023 06:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCC78B7 for ; Sun, 7 May 2023 06:10:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683439813.4ac26fb671f24d49b20930f9acfb875933b0fa14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/slibtool/slibtool-9999.ebuild X-VCS-Directories: sys-devel/slibtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ac26fb671f24d49b20930f9acfb875933b0fa14 X-VCS-Branch: master Date: Sun, 7 May 2023 06:10:24 +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: 50ece1a1-f805-4394-af04-e94b6702083c X-Archives-Hash: 9df1fa8d74cfb8f5a2c7c795283e5d8f commit: 4ac26fb671f24d49b20930f9acfb875933b0fa14 Author: orbea riseup net> AuthorDate: Sun May 7 06:04:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 7 06:10:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac26fb6 sys-devel/slibtool: remove shell workaround slibtool now uses CONFIG_SHELL like autoconf instead of accepting the SHELL variable which may not be a bourne compatible shell. Bug: https://bugs.gentoo.org/905721 Upstream-Commit: https://git.foss21.org/slibtool/commit/?id=667d348ca9d54b31857fd20c08b97c642ae9f815 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30908 Signed-off-by: Sam James gentoo.org> sys-devel/slibtool/slibtool-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-devel/slibtool/slibtool-9999.ebuild b/sys-devel/slibtool/slibtool-9999.ebuild index 5295be737954..74b39d4339b5 100644 --- a/sys-devel/slibtool/slibtool-9999.ebuild +++ b/sys-devel/slibtool/slibtool-9999.ebuild @@ -33,6 +33,5 @@ src_configure() { --host=${CHOST} \ --prefix="${EPREFIX}"/usr \ --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --shell="${EPREFIX}"/bin/sh \ || die }