diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /profiles/default | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/ppc64/17.0/musl/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default/linux/ppc64le/17.0/musl/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/package.use.mask | 16 |
3 files changed, 18 insertions, 2 deletions
diff --git a/profiles/default/linux/ppc64/17.0/musl/make.defaults b/profiles/default/linux/ppc64/17.0/musl/make.defaults index 34e0d7abf46c..253d3c25da04 100644 --- a/profiles/default/linux/ppc64/17.0/musl/make.defaults +++ b/profiles/default/linux/ppc64/17.0/musl/make.defaults @@ -1,6 +1,6 @@ # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="powerpc64-unknown-linux-musl" +CHOST="powerpc64-gentoo-linux-musl" CHOST_ppc64="${CHOST}" LIBDIR_ppc64="lib" diff --git a/profiles/default/linux/ppc64le/17.0/musl/make.defaults b/profiles/default/linux/ppc64le/17.0/musl/make.defaults index 5d7c33d57870..94b5aaa827a9 100644 --- a/profiles/default/linux/ppc64le/17.0/musl/make.defaults +++ b/profiles/default/linux/ppc64le/17.0/musl/make.defaults @@ -1,6 +1,6 @@ # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="powerpc64le-unknown-linux-musl" +CHOST="powerpc64le-gentoo-linux-musl" CHOST_ppc64="${CHOST}" LIBDIR_ppc64="lib" 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 |