Summary: | sys-apps/portage: env-update skips setting PATH to work around a seemingly out-of-date issue | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Arsen Arsenović <arsen> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arfrever.fta, flow, kacper.slominski72 |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/portage/pull/949 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 883437 | ||
Bug Blocks: |
Description
Arsen Arsenović
2022-11-27 14:47:07 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=f99ddf5659d143dd876ab05c5ff2ce425ffde672 commit f99ddf5659d143dd876ab05c5ff2ce425ffde672 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2022-11-27 19:12:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-11-30 22:28:58 +0000 Revert "env-update: skip PATH in systemd user environment definition" This reverts commit 21739ea1e0a793e207b7ae28d524e45582d9b2ca, as it was appearantly not necessary. Not sure what drove me into believing that this was needed… Thanks to Arsen for pointing this out. Closes: https://bugs.gentoo.org/883307 Reported-by: Arsen Arsenović <arsen@aarsen.me> Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/portage/pull/949 Signed-off-by: Sam James <sam@gentoo.org> NEWS | 3 +++ lib/portage/util/env_update.py | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457170222d9a1133406b90955269580e4db2ee2b commit 457170222d9a1133406b90955269580e4db2ee2b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-01 05:16:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-01 05:16:52 +0000 sys-apps/portage: add 3.0.40 Closes: https://bugs.gentoo.org/814380 Closes: https://bugs.gentoo.org/850127 Closes: https://bugs.gentoo.org/881383 Closes: https://bugs.gentoo.org/883071 Closes: https://bugs.gentoo.org/883307 Closes: https://bugs.gentoo.org/883437 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.40.ebuild | 283 +++++++++++++++++++++++++++++++++ 2 files changed, 284 insertions(+) |