commit: 541a99a7e997058fc7c9736ed37cc0d5238ad4c6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 15:55:58 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 23:12:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541a99a7
profiles/arch: mask sys-apps/systemd-utils[boot] where appropriate Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 1 + profiles/arch/arm/package.use.mask | 1 + profiles/arch/arm64/package.use.mask | 1 + profiles/arch/base/package.use.mask | 1 + profiles/arch/ia64/package.use.mask | 1 + profiles/arch/x86/package.use.mask | 1 + 6 files changed, 6 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 4610921674f9..84d80ea786ca 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -280,6 +280,7 @@ sys-boot/grub:2 -grub_platforms_xen-32 # Mike Gilbert <[email protected]> (2015-09-05) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -gnuefi +sys-apps/systemd-utils -boot # Ben de Groot <[email protected]> (2015-03-15) # media-libs/libbdplus is keyworded on amd64, so unmask the useflag diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 6f6b04881b44..4034a3d22ea1 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -74,6 +74,7 @@ net-im/prosody selinux # gnuefi + systemd-boot works on arm # bug #729720 sys-apps/systemd -gnuefi +sys-apps/systemd-utils -boot # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 8b7b5eb5a77d..e30bc8103f11 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -108,6 +108,7 @@ media-sound/bluez-alsa man # gnuefi + systemd-boot works on arm64 # bug #729720 sys-apps/systemd -gnuefi +sys-apps/systemd-utils -boot # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 95fe1fc05f8b..4683e58f9b8a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -275,6 +275,7 @@ media-video/ffmpeg-chromium mmal # Mike Gilbert <[email protected]> (2015-09-05) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd gnuefi +sys-apps/systemd-utils boot # Ben de Groot <[email protected]> (2015-03-15) # Mask bdplus support and unmask on arches where libbdplus is keyworded. diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index d7ec8415fba3..adc60a31c090 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -381,6 +381,7 @@ media-sound/pulseaudio ofono-headset # Mike Gilbert <[email protected]> (2015-09-05) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -gnuefi +sys-apps/systemd-utils -boot # Pacho Ramos <[email protected]> (2015-06-13) # Missing keywords, bug #513108 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 00f4b2fe76f7..c50b6ccf90f3 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -315,6 +315,7 @@ app-emulation/libvirt xen # Mike Gilbert <[email protected]> (2015-09-05) # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -gnuefi +sys-apps/systemd-utils -boot # Ben de Groot <[email protected]> (2015-03-15) # media-libs/libbdplus is keyworded on x86, so unmask the useflag
