commit: 3f7aa356b9bcb3de4501822bc61663fddf2248ab Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 19:28:22 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 19:32:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7aa356
profiles: Mask sys-apps/systemd[gnuefi] on most archs Bug: https://bugs.gentoo.org/550322 profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index fe26c71..8e6c778 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Mike Gilbert <[email protected]> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # James Le Cuirot <[email protected]> (28 Jul 2015) # JavaFX and the browser plugin are included on x64 Linux. dev-java/oracle-jdk-bin -javafx -nsplugin diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 3403fd3..17a29ac 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Mike Gilbert <[email protected]> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # James Le Cuirot <[email protected]> (11 Jul 2015) # Requires dev-java/fop but we don't support java on ia64. gnome-extra/libgda reports diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 8405d3a..c668421 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Mike Gilbert <[email protected]> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # Michael Palimaka <[email protected]> (12 Aug 2015) # Unkeyworded dependencies kde-frameworks/kauth policykit diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7435972..fad73d8 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Mike Gilbert <[email protected]> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd gnuefi + # Manuel RĂ¼ger <[email protected]> (03 Sep 2015) # Mask USE=ruby for packages that solely rely on the soon to be deprecated # ruby 1.9
