diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-09-05 15:28:22 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-09-05 15:32:18 -0400 |
commit | 3f7aa356b9bcb3de4501822bc61663fddf2248ab (patch) | |
tree | 8226536c2f05c091f451be03404942c15dbdf9fc /profiles/arch | |
parent | 11d5e6c42d5e890fb16de1b1bcd8987ae5dec516 (diff) | |
download | gentoo-3f7aa356b9bcb3de4501822bc61663fddf2248ab.tar.gz gentoo-3f7aa356b9bcb3de4501822bc61663fddf2248ab.tar.xz |
profiles: Mask sys-apps/systemd[gnuefi] on most archs
Bug: https://bugs.gentoo.org/550322
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index fe26c7107a7..8e6c778c5b8 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Mike Gilbert <floppym@gentoo.org> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # James Le Cuirot <chewi@gentoo.org> (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 3403fd3c81b..17a29ac9fe6 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 <floppym@gentoo.org> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # James Le Cuirot <chewi@gentoo.org> (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 8405d3ab96f..c668421701d 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 <floppym@gentoo.org> (05 Sep 2015) +# sys-boot/gnu-efi is not supported on all archs. +sys-apps/systemd -gnuefi + # Michael Palimaka <kensington@gentoo.org> (12 Aug 2015) # Unkeyworded dependencies kde-frameworks/kauth policykit |