diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-13 20:42:29 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-17 15:44:03 -0500 |
commit | 8153b58dd7c6261b322608878942956cd66ea043 (patch) | |
tree | 6639cfb33feb8c0eb78a14495d012a1af277bbee /profiles/arch | |
parent | dev-python/pytest-httpx: Stabilize 0.18.0 ALLARCHES, #833548 (diff) | |
download | gentoo-8153b58dd7c6261b322608878942956cd66ea043.tar.gz gentoo-8153b58dd7c6261b322608878942956cd66ea043.tar.bz2 gentoo-8153b58dd7c6261b322608878942956cd66ea043.zip |
profiles/arch/arm64: enable video_cards_nvidia in ~testing
May be interesting to stable at some point given being masked
in stable is going to be confusing for stable users, but this
is not a priority and may wait until someone wants this (user
or arm64@, just send the stabilization request).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/arm64/use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 0129db30185a..ae519f40b31a 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -arm64 +# Ionen Wolkens <ionen@gentoo.org> (2022-02-17) +# x11-drivers/nvidia-drivers' binary blob works here +-video_cards_nvidia + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernels are supported here. -dist-kernel diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 03d4cb4097f4..4d5c38a1df40 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Ionen Wolkens <ionen@gentoo.org> (2022-02-17) +# x11-drivers/nvidia-drivers is not stable yet +video_cards_nvidia + # Sam James <sam@gentoo.org> (2020-12-23) # dev-lang/luajit is not yet stable lua_single_target_luajit |