Summary: | sys-apps/util-linux automagically depends on sys-libs/librtas on ppc64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Georgy Yakovlev <gyakovlev> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ppc64 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=722424 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Georgy Yakovlev
![]() ![]() The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f0251b47594046f8d276c00a34e5aa4d20ef22 commit f8f0251b47594046f8d276c00a34e5aa4d20ef22 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2020-04-03 22:24:49 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2020-04-03 23:10:02 +0000 sys-apps/util-linux: capture automagic librtas dep Closes: https://bugs.gentoo.org/705544 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> sys-apps/util-linux/util-linux-2.35.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dd6f9f869621138b9789c13b393e6f96f3ceb8 commit 23dd6f9f869621138b9789c13b393e6f96f3ceb8 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-11-15 00:45:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-11-15 00:50:45 +0000 sys-apps/util-linux: make librtas conditional on USE=rtas It's not _always_ useful on PPC*. Let's set the cache variable in the build system based on a USE flag instead. (It also led to some sandbox issues being noticed with 'lscpu', which have been fixed separately in librtas now.) Closes: https://bugs.gentoo.org/722424 Bug: https://bugs.gentoo.org/705544 Signed-off-by: Sam James <sam@gentoo.org> profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ sys-apps/util-linux/metadata.xml | 1 + sys-apps/util-linux/util-linux-2.37.2-r1.ebuild | 8 +++++--- sys-apps/util-linux/util-linux-9999.ebuild | 8 +++++--- 5 files changed, 19 insertions(+), 6 deletions(-) |