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 ABF31138359 for ; Wed, 14 Oct 2020 19:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C9EE08F4; Wed, 14 Oct 2020 19:51:30 +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 E09AEE08F4 for ; Wed, 14 Oct 2020 19:51:29 +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 AD557340E4A for ; Wed, 14 Oct 2020 19:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 211E238E for ; Wed, 14 Oct 2020 19:51:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602705079.9ebc61a7729ce75f3593703cfce7216983f2fb6c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ebc61a7729ce75f3593703cfce7216983f2fb6c X-VCS-Branch: master Date: Wed, 14 Oct 2020 19:51:27 +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: 93820471-1108-4497-b94d-4e1bf7c75738 X-Archives-Hash: a51778241fb8a81b28bc84f4366b5acd commit: 9ebc61a7729ce75f3593703cfce7216983f2fb6c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Oct 14 05:07:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 14 19:51:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebc61a7 profiles/base/p.use.stable.mask: add app-text/mupdf[libressl] Bug: https://bugs.gentoo.org/747151 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17919 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.stable.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 13efd694dc4..f0090bcc3bd 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Volkmar W. Pogatzki (2020-10-14) +# Depends on >=dev-libs/libressl-3.2.0 which is not yet stable +# bug #747151 +>=app-text/mupdf-1.18.0 libressl + # Sam James (2020-10-09) # Depends on dev-libs/boost[python,numpy], not fully working atm # bug #733830, bug #746740