diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-15 12:58:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-15 13:36:29 -0500 |
commit | 0b17f219c71caa9eb7e67239264bc7254f48012b (patch) | |
tree | f20b68cf11430d45c3f3b9e54bd87cefb9d45b18 /profiles | |
parent | mail-mta/postfix: add 3.8_pre20230213, drop 3.8_pre20230128 (diff) | |
download | gentoo-0b17f219c71caa9eb7e67239264bc7254f48012b.tar.gz gentoo-0b17f219c71caa9eb7e67239264bc7254f48012b.tar.bz2 gentoo-0b17f219c71caa9eb7e67239264bc7254f48012b.zip |
profiles/alpha: Mask dev-util/umockdev
Bug: https://bugs.gentoo.org/805083
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.mask | 7 | ||||
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 6 |
2 files changed, 13 insertions, 0 deletions
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 <mattst88@gentoo.org> (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 <mattst88@gentoo.org> (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 <stijn@linux-ipv6.be> (2023-02-02) # Dependency not keyworded # https://bugs.gentoo.org/show_bug.cgi?id=892389 |