commit: 987aa47ed905da959213f9fa8ef95da25c00e8c7 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Tue Jun 28 00:26:35 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 00:27:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987aa47e
profiles/base: force system-boost on in sys-cluster/ceph-17 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index c19e27e23b7e..e4ca862ea14c 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <[email protected]> (2022-06-27) +# Doesn't build with boost installed on the system, some deps require boost +# so force the flag on until problem fixed upstream +>=sys-cluster/ceph-17.2.1 system-boost + # Sam James <[email protected]> (2022-05-17) # Force on jpeg & png for now until build system fixes are made # by upstream. The CMake port is new so it's fairly expected
