commit: 8262bb3cc1239cb1221d72c617ab964734848c0e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 10 10:32:32 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Aug 10 11:16:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8262bb3c
profiles: Lift the cairo USE mask for app-editors/emacs-vcs:27. According to upstream NEWS: "The configure option '--with-cairo' is no longer experimental." Bug: https://bugs.gentoo.org/691830 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/base/package.use.mask | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b36212a540f..be3a547fef5 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -384,8 +384,9 @@ mate-base/mate bluetooth # Ulrich Müller <[email protected]> (2016-10-15) # The --with-cairo option is considered as experimental by upstream # and causes problems with updating the X window, bug #592238 -app-editors/emacs cairo -app-editors/emacs-vcs cairo +app-editors/emacs:25 cairo +app-editors/emacs:26 cairo +app-editors/emacs-vcs:26 cairo # Michał Górny <[email protected]> (2016-07-05) # Mask system-clang support as it requires llvm-3.4 that is subject
