diff options
author | Sam James <sam@gentoo.org> | 2024-01-26 08:30:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-26 08:30:40 +0000 |
commit | cd7b65d2322b64fccc9594780049f035ac668fc4 (patch) | |
tree | 2a1cfab07e7e5425a3f74911afd29acfe78288ff /profiles | |
parent | media-sound/picard: bump to 2.11 (diff) | |
download | gentoo-cd7b65d2322b64fccc9594780049f035ac668fc4.tar.gz gentoo-cd7b65d2322b64fccc9594780049f035ac668fc4.tar.bz2 gentoo-cd7b65d2322b64fccc9594780049f035ac668fc4.zip |
profiles/arch: fix mask locations
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 17 | ||||
-rw-r--r-- | 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 <michal.privoznik@gmail.com> (2024-01-21) +# virtiofsd is available here +app-emulation/libvirt -virtiofsd + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (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 <michal.privoznik@gmail.com> (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 <michal.privoznik@gmail.com> (2024-01-21) +# virtiofsd is only available on some arches +app-emulation/libvirt virtiofsd + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (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 <asturm@gentoo.org> (2023-03-09) +# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet +media-video/ffmpeg libplacebo + # Michał Górny <mgorny@gentoo.org> (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 <thev00d00@gentoo.org> (2016-05-22) # Mask raspberry-pi except on arm. dev-libs/libcec raspberry-pi - -# Andreas Sturmlechner <asturm@gentoo.org> (2023-03-09) -# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet -media-video/ffmpeg libplacebo - -# Michal Privoznik <michal.privoznik@gmail.com> (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 <michal.privoznik@gmail.com> (2024-01-21) +# virtiofsd is available here +app-emulation/libvirt -virtiofsd + # Ionen Wolkens <ionen@gentoo.org> (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 <michal.privoznik@gmail.com> (2024-01-21) -# virtiofsd is available here -app-emulation/libvirt -virtiofsd |