commit: 2693235c669496270026d868d9dc856a2b1a84d7 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 22:45:04 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 22:47:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2693235c
profiles: x86: mask USE flags that pull in sys-cluster/ceph Bug: https://bugs.gentoo.org/708294 Bug: https://bugs.gentoo.org/687344 Signed-off-by: Patrick McLean <patrick.mclean <AT> sony.com> Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> profiles/arch/x86/package.use.mask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index fcdb7cb7a8d..fbbc5c70585 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,21 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <[email protected]> (2020-02-05) +# sys-cluster/ceph no longer supports x86, versions that support +# it no longer build thanks to python2 removals +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 + # Andreas Sturmlechner <[email protected]> (2020-01-29) # media-libs/pulseaudio-qt is not keyworded kde-misc/kdeconnect pulseaudio
