commit:     4ac26fb671f24d49b20930f9acfb875933b0fa14
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun May  7 06:04:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/30908
Signed-off-by: Sam James <sam <AT> 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
 }

Reply via email to