commit: 23078bb61cb9f5976ff38aaaa05ee8846ee3b33f Author: Thibaud CANALE <thican <AT> thican <DOT> net> AuthorDate: Sun Mar 9 21:07:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 23:00:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23078bb6
profiles/arch: restrict Certbot’s module "google dns" to amd64, arm64 and x86 Dependencies for Certbot’s “Google DNS Authenticator” are only currently keyworded for amd64, arm64 and x86, so mask its USE flag by default. Bug: https://bugs.gentoo.org/949851 Signed-off-by: Thibaud CANALE <thican <AT> thican.net> Closes: https://github.com/gentoo/gentoo/pull/40985 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 6 ++++++ profiles/arch/x86/package.use.mask | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 75dd18accfa8..4ab21f782c0f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thibaud CANALE <[email protected]> (2025-03-09) +# Google DNS dependencies available (bug 949851) +app-crypt/certbot -certbot-dns-google + # Nowa Ammerlaan <[email protected]> (2025-02-03) # QtWebView is available here dev-python/pyside -webview diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index bad25872aff3..b60e01d5b242 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thibaud CANALE <[email protected]> (2025-03-09) +# Google DNS dependencies available (bug 949851) +app-crypt/certbot -certbot-dns-google + # Paul Zander <[email protected]> (2025-02-23) # Not part of the arm64 archive dev-util/nvidia-cuda-toolkit -examples -rdma diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 08fc31c1b1fc..e0b6400c3139 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thibaud CANALE <[email protected]> (2025-03-09) +# Too many dependencies are not keyworded (bug 949851) +# - dev-python/google-api-python-client +# - dev-python/google-auth +app-crypt/certbot certbot-dns-google + # Nowa Ammerlaan <[email protected]> (2025-02-03) # QtWebView is not available everywhere dev-python/pyside webview diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 50737a610007..c6ebe9b80b1f 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thibaud CANALE <[email protected]> (2025-03-09) +# Google DNS dependencies available (bug 949851) +app-crypt/certbot -certbot-dns-google + # Alfred Wingate <[email protected]> (2025-02-22) # media-libs/zint is not keyworded here media-libs/zxing-cpp experimental
