From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1711077-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F18B15813A for <garchives@archives.gentoo.org>; Tue, 21 Jan 2025 08:51:50 +0000 (UTC) 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 (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 08755342FB1 for <garchives@archives.gentoo.org>; Tue, 21 Jan 2025 08:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60EFCE03DF; Tue, 21 Jan 2025 08:51:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D765E0391 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jan 2025 08:51:26 +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 AA548342F8C for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jan 2025 08:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E2E255B for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jan 2025 08:51:24 +0000 (UTC) From: "Haelwenn Monnier" <contact@hacktivis.me> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" <contact@hacktivis.me> Message-ID: <1737439097.2077e2c064490dba238b74cf6777c616d44a648d.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 2077e2c064490dba238b74cf6777c616d44a648d X-VCS-Branch: master Date: Tue, 21 Jan 2025 08:51:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a89c0ca8-7844-4c7c-846e-2a3699e00efd X-Archives-Hash: ea5c304b26888b74c82b1d41fc9c264c commit: 2077e2c064490dba238b74cf6777c616d44a648d Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com> AuthorDate: Tue Jan 21 05:58:17 2025 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Tue Jan 21 05:58:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2077e2c0 profiles: remove mask for dev-python/cloudflare and certbot-dns-cloudflare Only 3.x of cloudflare is tied to <dev-python/httpx-0.28.0 and that version has been dropped. Certbot-dns-cloudflare was incorrectly masked since it currently depends on 2.x of cloudflare. Closes: https://bugs.gentoo.org/948476 Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com> profiles/package.mask | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 1ddcccb54..d3ce569ae 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -18,14 +18,6 @@ # New entries go on top. -# Julien Roy <julien@jroy.ca> -# Depends on <dev-python/httpx-0.28.0 which is no longer in tree -# Masked for removal on 2024-02-05 -# Or not if a newer version supports a httpx version that's in tree -dev-python/cloudflare -# Revdeps -app-crypt/certbot-dns-cloudflare - # Julien Roy <julien@jroy.ca> # Depends on dev-python/zenlib-3.1.2 which isn't yet in tree # https://github.com/gentoo/gentoo/pull/39922