summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2023-05-06 23:04:23 -0700
committerSam James <sam@gentoo.org>2023-05-07 07:10:13 +0100
commit4ac26fb671f24d49b20930f9acfb875933b0fa14 (patch)
tree3bd287b169538dfd90d44621cf7d3cdfe86532a1 /sys-devel
parentnet-vpn/libreswan: add 4.11 (diff)
downloadgentoo-4ac26fb671f24d49b20930f9acfb875933b0fa14.tar.gz
gentoo-4ac26fb671f24d49b20930f9acfb875933b0fa14.tar.bz2
gentoo-4ac26fb671f24d49b20930f9acfb875933b0fa14.zip
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@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30908 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/slibtool/slibtool-9999.ebuild1
1 files changed, 0 insertions, 1 deletions
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
}