From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54382138334 for ; Sat, 10 Aug 2019 11:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E468E08BF; Sat, 10 Aug 2019 11:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CF2DE08BF for ; Sat, 10 Aug 2019 11:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5085D349820 for ; Sat, 10 Aug 2019 11:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F0774D for ; Sat, 10 Aug 2019 11:16:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1565435788.8262bb3cc1239cb1221d72c617ab964734848c0e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8262bb3cc1239cb1221d72c617ab964734848c0e X-VCS-Branch: master Date: Sat, 10 Aug 2019 11:16:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54be3bd5-99b5-4dbf-aba9-c4b1fae1c6c9 X-Archives-Hash: c1f924c16d32c51d79d36e6393699819 commit: 8262bb3cc1239cb1221d72c617ab964734848c0e Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 10 10:32:32 2019 +0000 Commit: Ulrich Müller gentoo 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 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 (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 (2016-07-05) # Mask system-clang support as it requires llvm-3.4 that is subject