* [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
@ 2021-02-27 1:34 99% Zac Medico
0 siblings, 0 replies; 1+ results
From: Zac Medico @ 2021-02-27 1:34 UTC (permalink / raw
To: gentoo-commits
commit: fb12ab9a3e772907bea5f5827936b5f03aec57a6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 01:31:17 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 01:31:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb12ab9a
sys-apps/portage: make FEATURES=-binpkg-multi-instance sticky
Bug: https://bugs.gentoo.org/772785
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-apps/portage/portage-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index cbe56d13e92..f229af539a2 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -238,6 +238,10 @@ pkg_preinst() {
PYTHONPATH="${D}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
"${PYTHON}" -m portage._compat_upgrade.binpkg_compression || die
+ env -u FEATURES -u PORTAGE_REPOSITORIES \
+ PYTHONPATH="${D}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
+ "${PYTHON}" -m portage._compat_upgrade.binpkg_multi_instance || die
+
# elog dir must exist to avoid logrotate error for bug #415911.
# This code runs in preinst in order to bypass the mapping of
# portage:portage to root:root which happens after src_install.
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-02-27 1:34 99% [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox