commit: f301f158bfbfcaeb2284f58e13fa57bd9818a532 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 14:42:20 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 14:43:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f301f158
app-portage/eix: pass --with-sh-shebang=/bin/sh to configure Closes: https://bugs.gentoo.org/927510 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-portage/eix/{eix-0.36.7.ebuild => eix-0.36.7-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-portage/eix/eix-0.36.7.ebuild b/app-portage/eix/eix-0.36.7-r1.ebuild similarity index 96% rename from app-portage/eix/eix-0.36.7.ebuild rename to 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
