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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEDA8158041 for ; Tue, 19 Mar 2024 12:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAEABE29A7; Tue, 19 Mar 2024 12:38:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B864BE29A7 for ; Tue, 19 Mar 2024 12:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7557233BEF1 for ; Tue, 19 Mar 2024 12:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888E61569 for ; Tue, 19 Mar 2024 12:38:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1710851846.529e71ed65cbceb92b6ab12360f18e3e4f407456.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/wd40/package.mask profiles/features/wd40/package.use.mask X-VCS-Directories: profiles/features/wd40/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 529e71ed65cbceb92b6ab12360f18e3e4f407456 X-VCS-Branch: master Date: Tue, 19 Mar 2024 12:38:46 +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: f6865aa6-9d88-4d5d-b27a-3bd68ddf9e91 X-Archives-Hash: 79a7727f1b1cb72d0815b5dcb26b3d64 commit: 529e71ed65cbceb92b6ab12360f18e3e4f407456 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 19 12:37:26 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 19 12:37:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529e71ed features/wd40: mask app-emulation/virt-firmware requires dev-python/cryptography Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/features/wd40/package.mask | 4 ++++ profiles/features/wd40/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 911a3ea2f12f..a8281c01e6e9 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2024-03-19) +# Requires dev-python/cryptography +app-emulation/virt-firmware + # Michał Górny (2024-02-03) # Need dev-python/jsonschema (or its revdeps). dev-python/flasgger diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index ad3d7c36b63c..afa446586449 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2024-03-19) +# Requires dev-python/cryptography +sys-kernel/installkernel efistub + # Michał Górny (2024-02-03) # Need dev-python/jsonschema (or its revdeps). dev-python/botocore test