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 1FF69158094 for ; Fri, 29 Jul 2022 13:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8144DE0FF7; Fri, 29 Jul 2022 13:39:58 +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 57A42E0FF7 for ; Fri, 29 Jul 2022 13:39:58 +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 E7D2234126A for ; Fri, 29 Jul 2022 13:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9FF556 for ; Fri, 29 Jul 2022 13:39:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1659101991.e78fbd3c6a4083dce0cff30f3a6a4b832f870043.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e78fbd3c6a4083dce0cff30f3a6a4b832f870043 X-VCS-Branch: master Date: Fri, 29 Jul 2022 13:39:55 +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: 537f2d3f-0bfb-4ea8-b996-5e1626a4a473 X-Archives-Hash: 449f2d8e811e02a4e96e6cc44a0939e8 commit: e78fbd3c6a4083dce0cff30f3a6a4b832f870043 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 29 13:14:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 29 13:39:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78fbd3c profiles/features/wd40: Mask pyopenssl revdeps Signed-off-by: Michał Górny gentoo.org> profiles/features/wd40/package.mask | 10 ++++++++++ profiles/features/wd40/package.use.mask | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index b7b7e209b1da..6b3e3bc480bd 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # Various packages requiring Rust. +app-crypt/acme +app-crypt/certbot +app-crypt/certbot-nginx app-eselect/eselect-rust app-text/mdbook dev-lang/rust @@ -9,8 +12,14 @@ dev-lang/rust-bin >=dev-lang/spidermonkey-78 >=dev-libs/gjs-1.66 >=dev-python/cryptography-36 +dev-python/gcs-oauth2-boto-plugin +dev-python/josepy +dev-python/libcloud +dev-python/ndg-httpsclient +dev-python/python-glanceclient >=dev-python/pyopenssl-22 dev-python/setuptools-rust +dev-python/trustme dev-python/watchfiles dev-util/cargo-c dev-util/cbindgen @@ -28,6 +37,7 @@ media-libs/libavif media-video/rav1e >=net-irc/polari-3.37 net-libs/quiche +net-misc/gsutil net-news/newsboat net-p2p/deluge sci-geosciences/gnome-maps diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 6c8a179103ef..f83bccf53ef4 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,23 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2022-07-29) +# More packages requiring dev-python/pyopenssl or its revdeps. +app-admin/salt libcloud openssl test +dev-python/aiohttp test +dev-python/autobahn test +dev-python/cheroot test +dev-python/cherrypy ssl +dev-python/eventlet test +dev-python/google-auth test +dev-python/os-client-config test +dev-python/pyftpdlib ssl test +dev-python/python-novaclient test +dev-python/requests test +dev-python/service_identity test +dev-python/uvloop test +www-apps/roundup ssl + # Michał Górny (2022-06-26) # dev-python/trustme requires dev-python/cryptography. dev-python/anyio test