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 B0F3C158041 for ; Sun, 24 Mar 2024 14:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03945E2A1E; Sun, 24 Mar 2024 14:43:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC498E2A1E for ; Sun, 24 Mar 2024 14:43:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF1C6335D7B for ; Sun, 24 Mar 2024 14:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F723B6D for ; Sun, 24 Mar 2024 14:43:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1711291423.f301f158bfbfcaeb2284f58e13fa57bd9818a532.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/eix-0.36.7-r1.ebuild app-portage/eix/eix-0.36.7.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f301f158bfbfcaeb2284f58e13fa57bd9818a532 X-VCS-Branch: master Date: Sun, 24 Mar 2024 14:43:56 +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: c8a2a899-b23a-4392-b5e5-bf7171884758 X-Archives-Hash: 7db318d257f1f366bd54580cdbf6e2f7 commit: f301f158bfbfcaeb2284f58e13fa57bd9818a532 Author: Mike Gilbert gentoo org> AuthorDate: Sun Mar 24 14:42:20 2024 +0000 Commit: Mike Gilbert gentoo 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 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