commit: a1723c82601a0468f14e0ef64eb6a07e31e541c7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 18:20:58 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 18:22:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1723c82
package.mask: mask usb-robot for removal Bug: https://bugs.gentoo.org/874645 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0fef908d2251..308d14faf151 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -43,6 +43,12 @@ dev-ml/odoc-parser =dev-util/intel_clc-24.3* =media-libs/mesa-24.3* +# Andreas K. Hüttel <[email protected]> (2024-11-17) +# Needs a header from libusb that doesnt exist anymore. Will never build. +# Furthermore, modern C problems. Bug 874645. No maintainer. +# Removal in 30 days. +dev-util/usb-robot + # Andreas K. Hüttel <[email protected]> (2024-11-17) # Fails to build on modern compilers, bug 874291. Various open bugs. # No maintainer. Removal in 30 days.
