From 0b17f219c71caa9eb7e67239264bc7254f48012b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 15 Feb 2023 12:58:14 -0500 Subject: profiles/alpha: Mask dev-util/umockdev Bug: https://bugs.gentoo.org/805083 Signed-off-by: Matt Turner --- profiles/arch/alpha/package.mask | 7 +++++++ profiles/arch/alpha/package.use.mask | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 profiles/arch/alpha/package.mask (limited to 'profiles/arch') diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask new file mode 100644 index 000000000000..d49fa61af4b1 --- /dev/null +++ b/profiles/arch/alpha/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Matt Turner (2023-02-15) +# All tests hang on alpha +# See https://github.com/martinpitt/umockdev/issues/200 +dev-util/umockdev diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index e446e594c592..be1df3ae2656 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2023-02-15) +# Depends on dev-util/umockdev which is broken on alpha. +# See https://github.com/martinpitt/umockdev/issues/200 +dev-libs/libgusb test +sys-power/upower test + # Stijn Tintel (2023-02-02) # Dependency not keyworded # https://bugs.gentoo.org/show_bug.cgi?id=892389 -- cgit v1.2.3-65-gdbad