From: Richard Yao Date: Mon, 16 Apr 2018 15:29:48 +0000 (-0400) Subject: Fix package.use.mask for USE flags that pull in sys-fs/zfs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0adb0f5dda350c02f02bf7240f256e7edefc70c0;p=gentoo.git Fix package.use.mask for USE flags that pull in sys-fs/zfs 877947d414bf8b576b9d79226da82afa3df446a5 broke it. ab9e52ff6b08650f4661ec9f8b9cf131364a5b60 was a partial fix for x86 only. This should fix it properly for all architectures. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Richard Yao --- diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3992c3053e61..d41611604aeb 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Richard Yao (16 Apr 2018) +# sys-fs/zfs is keyworded on amd64 +sys-cluster/ceph -zfs +sys-boot/grub -libzfs + # Amy Liffey (19 Sep 2017) # [cuda] is unmasked in this profiles. media-libs/opencv -contrib_xfeatures2d diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 001f04631e2f..6786118cca06 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Richard Yao (16 Apr 2018) +# sys-fs/zfs is not available everywhere. +sys-cluster/ceph zfs + # Michał Górny (30 Dec 2017) # Moved from use.mask since it is a flag local to one package: # Joseph Jezak (11 Mar 2007) @@ -156,6 +160,10 @@ net-libs/gnutls dane # fontconfig-infinality dependency not yet keyworded on most arches media-libs/freetype infinality +# Mike Gilbert (29 Jun 2012) +# sys-fs/zfs is not available everywhere. +sys-boot/grub libzfs + # Michał Górny (11 Apr 2012) # JIT compilation in libzpaq generates code for x86/amd64. app-arch/zpaq jit diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 66a141d336eb..4ce7a76c9bae 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,11 +3,6 @@ # This file requires >=portage-2.1.1 -# Richard Yao (16 Mar 2018) -# sys-fs/zfs is not keyworded stable. -sys-cluster/ceph zfs -sys-boot/grub libzfs - # Jan Ziak <0xe2.0x9a.0x9b@gmail.com> (14 Mar 2018) # Expose SVGA backend for x86 users app-emulation/fuse -backend-svga diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 9d0606481eeb..77fe69bcefe1 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -93,6 +93,10 @@ media-plugins/kipi-plugins mediawiki vkontakte # Requires testing version of media-libs/opencv media-libs/mlt opencv +# Matthias Maier (22 Jan 2017) +# sys-fs/zfs isn't going to be marked stable anytime soon +app-emulation/libvirt zfs + # Michael Palimaka