commit: 96f919ba23e0e2effad239cc3b237c5c1b846453 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 02:36:47 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 02:36:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f919ba
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 <AT> gentoo.org> Signed-off-by: Patrick McLean <patrick.mclean <AT> sony.com> profiles/default/linux/x86/package.use.mask | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/profiles/default/linux/x86/package.use.mask b/profiles/default/linux/x86/package.use.mask index fa4131e93f5..a5dc4a4668c 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 <[email protected]> (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 <[email protected]> (2016-05-08) # This target supports VTV #547040. >=sys-devel/gcc-4.9 -vtv
