commit: fe3d75c072d779ac92c59c4f36cc29f92e22da82 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Fri Oct 11 17:32:11 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Oct 11 17:59:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d75c0
profiles: mask dev-util/bpftool-7.5.0-r2 Generates ABI-breaking code and would need a matching but yet unreleased libbpf version to build against. Closes: https://bugs.gentoo.org/941185 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/38944 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 56ce04790847..1c088bd41bdb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Holger Hoffstätte <[email protected]> (2024-10-11) +# Vendors an unreleased libbpf version and generates ABI-breaking code. +# Bug #941185. +=dev-util/bpftool-7.5.0-r2 + # Michał Górny <[email protected]> (2024-10-10) # Gentoo package not updated for 4 years now. No tests upstream. # No revdeps.
