diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-02-05 18:36:47 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-05 18:36:47 -0800 |
commit | 96f919ba23e0e2effad239cc3b237c5c1b846453 (patch) | |
tree | 3443241f1da917339f8ea60d78825382475a9820 /profiles | |
parent | profiles: x32: add use masks for all packages that dep on ceph (diff) | |
download | gentoo-96f919ba23e0e2effad239cc3b237c5c1b846453.tar.gz gentoo-96f919ba23e0e2effad239cc3b237c5c1b846453.tar.bz2 gentoo-96f919ba23e0e2effad239cc3b237c5c1b846453.zip |
profiles: x86: replicate package.use.mask in x86 default
pkgcheck and repoman are still complaining with this mask in
profiles/arch/x86 so replicate the mask here.
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Signed-off-by: Patrick McLean <patrick.mclean@sony.com>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/x86/package.use.mask | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/package.use.mask b/profiles/default/linux/x86/package.use.mask index fa4131e93f50..a5dc4a4668c2 100644 --- a/profiles/default/linux/x86/package.use.mask +++ b/profiles/default/linux/x86/package.use.mask @@ -1,6 +1,22 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <chutzpah@gentoo.org> (2020-02-06) +# sys-cluster/ceph no longer supports x86, versions that support +# it no longer build thanks to python2 removals +# for some reason profiles/arch/x86 is not catching everything +app-backup/bareos cephfs rados rados-striper +app-emulation/ganeti rbd +app-emulation/libvirt rbd +app-emulation/qemu rbd +net-analyzer/rrdtool rados +net-fs/samba ceph +net-libs/xrootd rbd +sys-block/fio rbd +sys-block/tgt rbd +sys-fs/multipath-tools rbd +www-servers/uwsgi uwsgi_plugins_rados + # Mike Frysinger <vapier@gentoo.org> (2016-05-08) # This target supports VTV #547040. >=sys-devel/gcc-4.9 -vtv |