commit: 742ffa51bc28cbcfbd63d22c908383072b360f63 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon May 25 14:01:30 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon May 25 14:01:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=742ffa51
profiles: force USE="X -wayland" on webkit-gtk, bug #549228 Until upstream comes up with a proper patch. profiles/package.use.force | 9 +++++++++ profiles/package.use.mask | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/profiles/package.use.force b/profiles/package.use.force new file mode 100644 index 0000000..fcd0f3b --- /dev/null +++ b/profiles/package.use.force @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Gilles Dartiguelongue <[email protected]> (25 May 2015) +# webkit fails to build with USE=wayland, bug #549228 +# https://bugs.webkit.org/show_bug.cgi?id=142879 +# https://bugs.webkit.org/show_bug.cgi?id=136831 +net-libs/webkit-gtk X diff --git a/profiles/package.use.mask b/profiles/package.use.mask index ccee076..bf43f18 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -1,7 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +# Gilles Dartiguelongue <[email protected]> (25 May 2015) +# webkit fails to build with USE=wayland, bug #549228 +# https://bugs.webkit.org/show_bug.cgi?id=142879 +# https://bugs.webkit.org/show_bug.cgi?id=136831 +net-libs/webkit-gtk wayland + # Gilles Dartiguelongue <[email protected]> (26 Apr 2014) # Gnome 3.12 requires upower-0.99 but this is not ported yet net-im/telepathy-mission-control upower
