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 2870413835A for ; Sun, 20 Sep 2020 16:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4724FE0916; Sun, 20 Sep 2020 16:16:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E155E0916 for ; Sun, 20 Sep 2020 16:16:56 +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 D8CCC33BDBE for ; Sun, 20 Sep 2020 16:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85F76365 for ; Sun, 20 Sep 2020 16:16:53 +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: <1600618610.42babe74032e8d228159658ce02335b91f45a315.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42babe74032e8d228159658ce02335b91f45a315 X-VCS-Branch: master Date: Sun, 20 Sep 2020 16:16:53 +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: 09110548-5519-48de-9b89-d88189e30886 X-Archives-Hash: d508a834731645b680aa3eef8532cb89 commit: 42babe74032e8d228159658ce02335b91f45a315 Author: Sam James gentoo org> AuthorDate: Sun Sep 20 16:16:24 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 20 16:16:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42babe74 profiles/arch/base/package.use.mask: mask sys-power/suspend[crypt] libgcrypt et al just lost static-libs support, so mask consumers for now to allow tree consistency while it is figured out if the consumers need to drop static altogether or just crypt-related static support. Acked-by: Mikle Kolyada gentoo.org> Signed-off-by: Sam James gentoo.org> profiles/arch/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 49603913ac7..87ba55bdeea 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2020-09-20) +# (for Mikle Kolyada ) +# libgcrypt et al no longer support static-libs +# Need to determine whether crypt is possible dynamically? +sys-power/suspend crypt # Sam James (2020-09-20) # (for Mikle Kolyada )