commit: cd7b65d2322b64fccc9594780049f035ac668fc4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 26 08:30:32 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 26 08:30:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7b65d2
profiles/arch: fix mask locations Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 8 ++++---- profiles/arch/base/package.use.mask | 17 +++++++++-------- profiles/arch/powerpc/ppc64/package.use.mask | 8 ++++---- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6631c085ccd3..493581018443 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michal Privoznik <[email protected]> (2024-01-21) +# virtiofsd is available here +app-emulation/libvirt -virtiofsd + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -518,7 +522,3 @@ media-sound/mpg123-base cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dno # saves people from needlessly installing nasm # Refs bug #93279 media-sound/lame cpu_flags_x86_mmx - -# Michal Privoznik <[email protected]> (2024-01-21) -# virtiofsd is available here -app-emulation/libvirt -virtiofsd diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 6f38b5955657..b1bd7043ea67 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Michal Privoznik <[email protected]> (2024-01-21) +# virtiofsd is only available on some arches +app-emulation/libvirt virtiofsd + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel grub @@ -76,6 +81,10 @@ kde-plasma/discover snap # See bug #894078. dev-python/tables cpudetection +# Andreas Sturmlechner <[email protected]> (2023-03-09) +# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet +media-video/ffmpeg libplacebo + # Michał Górny <[email protected]> (2023-01-24) # libomptarget is only supported on 64-bit architectures. >=sys-libs/libomp-16.0.0_pre20230124 offload @@ -453,11 +462,3 @@ media-video/mplayer cpudetection # Ian Whyman <[email protected]> (2016-05-22) # Mask raspberry-pi except on arm. dev-libs/libcec raspberry-pi - -# Andreas Sturmlechner <[email protected]> (2023-03-09) -# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet -media-video/ffmpeg libplacebo - -# Michal Privoznik <[email protected]> (2024-01-21) -# virtiofsd is only available on some arches -app-emulation/libvirt virtiofsd diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 0754fb7098d6..ad5f2a0d5f0a 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michal Privoznik <[email protected]> (2024-01-21) +# virtiofsd is available here +app-emulation/libvirt -virtiofsd + # Ionen Wolkens <[email protected]> (2023-10-09) # media-libs/shaderc is keyworded here. media-libs/libplacebo -shaderc @@ -228,7 +232,3 @@ net-im/pidgin gstreamer # mask custom-cpuopts and cpudetection on ppc64 for mplayer - bug #234629 media-video/mplayer cpudetection - -# Michal Privoznik <[email protected]> (2024-01-21) -# virtiofsd is available here -app-emulation/libvirt -virtiofsd
