commit: f04aeab8f377165cb6310faf72842d47134383b0 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Oct 13 11:21:34 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Oct 13 11:24:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04aeab8
profiles/base/use.mask: mask ros_messages_eus. Closes: https://bugs.gentoo.org/741076 Closes: https://bugs.gentoo.org/741084 Closes: https://bugs.gentoo.org/741074 Closes: https://bugs.gentoo.org/741068 Closes: https://bugs.gentoo.org/741066 Closes: https://bugs.gentoo.org/741056 Closes: https://bugs.gentoo.org/741054 Closes: https://bugs.gentoo.org/740696 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> profiles/base/use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index e22135e4f5e..e1496a7e85b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier <[email protected]> (2020-10-13) +# Nothing depends on those ROS messages. dev-ros/geneus +# is half broken in our setup where it looks for packages +# on the filesystem and causes build failures. +# See e.g. https://bugs.gentoo.org/741076 +ros_messages_eus + # Michał Górny <[email protected]> (2020-08-22) # app-office/openoffice-bin is being removed. office_implementation_openoffice
