commit: a3f35fb49069a3db949f03e482f4ca008f7a488a Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 12:19:06 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 12:21:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f35fb4
base/package.use.force: force-enable "force-gtk3" USE for seamonkey Closes: https://bugs.gentoo.org/703592 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> profiles/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index f4a4718c4ec..f6299e8d00b 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Lars Wendler <[email protected]> (2019-12-23) +# This release does no longer build with x11-libs/gtk+:2 +# and upstream has no intention to fix this. +# https://bugs.gentoo.org/703592 +~www-client/seamonkey-2.49.5 force-gtk3 + # Michał Górny <[email protected]> (2019-12-06) # Non-initramfs builds do not work with the default .config. Force # the mask, so that users don't brick their systems. If somebody wants
