commit: 4987cf3260ed5bdea63978329551484fc9d0001b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 19:46:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 19:46:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4987cf32
profiles/arch: fix mask position Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.mask | 8 ++++---- profiles/arch/arm64/package.use.mask | 8 ++++---- profiles/arch/riscv/package.use.mask | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index bb3e39e9c693..46c7b6a6f270 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/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-18) +# No sys-block/nbdkit on arm, yet +app-emulation/libvirt nbd + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -480,7 +484,3 @@ dev-qt/qtscript -jit # missing keywords media-plugins/gst-plugins-meta aac dts dv lame libvisual modplug vcd wavpack - -# Michal Privoznik <[email protected]> (2024-01-18) -# No sys-block/nbdkit on arm, yet -app-emulation/libvirt nbd diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index c9eb834731a6..e76f5b50835d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/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-18) +# No sys-block/nbdkit on arm, yet +app-emulation/libvirt nbd + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -464,7 +468,3 @@ sci-libs/linux-gpib firmware # Mask flags of calligra and dependencies due to lack of keywords app-office/calligra spacenav media-gfx/pstoedit emf - -# Michal Privoznik <[email protected]> (2024-01-18) -# No sys-block/nbdkit on arm, yet -app-emulation/libvirt nbd diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 0e281eebb0ce..630c03e74ed4 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michal Privoznik <[email protected]> (2024-01-18) +# No sys-block/nbdkit on riscv, yet +app-emulation/libvirt nbd + # Andrew Ammerlaan <[email protected]> (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -239,7 +243,3 @@ sci-libs/opencascade vtk dev-libs/libpcre2 jit dev-libs/libpcre jit www-servers/nginx pcre-jit - -# Michal Privoznik <[email protected]> (2024-01-18) -# No sys-block/nbdkit on riscv, yet -app-emulation/libvirt nbd
