commit: d7e178feb6719ffa895122b1be552efdeea33f30 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 01:23:42 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 01:23:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e178fe
profiles: x32: mask ceph USE flags on bareos Signed-off-by: Patrick McLean <patrick.mclean <AT> sony.com> Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> profiles/arch/amd64/x32/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index efc1b6a6978..23f2a9d7229 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # 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 + # Robin H. Johnson <[email protected]> (2019-12-06) # PPS should work on all arches, but only keyworded on some arches >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
