mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
few changes to facilitate the update backport a patch to fix a build failure Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44850 Closes: https://github.com/gentoo/gentoo/pull/44850 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
363 B
Diff
13 lines
363 B
Diff
patch rules_python package to set shebang
|
|
this patch is applied by bazel, not portage
|
|
--- python/private/py_runtime_info.bzl
|
|
+++ python/private/py_runtime_info.bzl
|
|
@@ -15,7 +15,7 @@
|
|
|
|
load(":util.bzl", "define_bazel_6_provider")
|
|
|
|
-DEFAULT_STUB_SHEBANG = "#!/usr/bin/env python3"
|
|
+DEFAULT_STUB_SHEBANG = "#!@PYTHON@"
|
|
|
|
_PYTHON_VERSION_VALUES = ["PY2", "PY3"]
|
|
|