commit: 11c60c801d83ea246bba39e4e84e49ff7e8c3940 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 07:44:42 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 07:44:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c60c80
profiles/base: Mask media-video/parole[clutter] due to dep on old GTK+3 profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9d99e7c8d00..0fa2c9f2afa 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (8 Jul 2017) +# The clutter backend is broken with new GTK+3 versions and upstream +# haven't been able to fix it so far. Enforcing an old GTK+3 version +# is not a good solution long-term, so mask the flag entirely. +media-video/parole clutter + # Michał Górny <[email protected]> (29 Jun 2017) # Upstream switched to CMake and no longer provides option to build # static and shared libs. The flag is preserved not to break USE
