diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-03-24 10:42:20 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-03-24 10:43:43 -0400 |
commit | f301f158bfbfcaeb2284f58e13fa57bd9818a532 (patch) | |
tree | a2538d177377472234676feb89b3e6ab5d48b1c8 /app-portage | |
parent | net-misc/apt-cacher-ng: fix build w/ gcc 14 (diff) | |
download | gentoo-f301f158bfbfcaeb2284f58e13fa57bd9818a532.tar.gz gentoo-f301f158bfbfcaeb2284f58e13fa57bd9818a532.tar.bz2 gentoo-f301f158bfbfcaeb2284f58e13fa57bd9818a532.zip |
app-portage/eix: pass --with-sh-shebang=/bin/sh to configure
Closes: https://bugs.gentoo.org/927510
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/eix-0.36.7-r1.ebuild (renamed from app-portage/eix/eix-0.36.7.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-portage/eix/eix-0.36.7.ebuild b/app-portage/eix/eix-0.36.7-r1.ebuild index 73e08d6f4083..2ae133e4f41f 100644 --- a/app-portage/eix/eix-0.36.7.ebuild +++ b/app-portage/eix/eix-0.36.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,7 @@ src_configure() { # paths --with-portage-rootpath="${ROOTPATH}" --with-eprefix-default="${EPREFIX}" + --with-sh-shebang="${EPREFIX}/bin/sh" # build a single executable with symlinks --disable-separate-binaries |