From 0d27edbbb22bd02422f113db68fe5be2ca29aee0 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 12 Sep 2025 00:14:18 -0400 Subject: [PATCH] dev-python/thrift: use mirror://apache/ as intended The system exists precisely to avoid clobbering archive.apache.org and getting marked as abusive, then being IP-banned. The archive site is even intended only for last-ditch fallbacks / old versions, they don't like when you solely hit that one. Signed-off-by: Eli Schwartz --- dev-python/thrift/thrift-0.22.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/thrift/thrift-0.22.0.ebuild b/dev-python/thrift/thrift-0.22.0.ebuild index c605e0e00e1a9..c5044b85a61f5 100644 --- a/dev-python/thrift/thrift-0.22.0.ebuild +++ b/dev-python/thrift/thrift-0.22.0.ebuild @@ -16,8 +16,7 @@ HOMEPAGE=" https://github.com/apache/thrift " SRC_URI=" - https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz - https://archive.apache.org/dist/${PN}/${PV}/${P}.tar.gz + mirror://apache/${PN}/${PV}/${P}.tar.gz " S="${WORKDIR}/${P}/lib/py"