commit: 0d27edbbb22bd02422f113db68fe5be2ca29aee0
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 04:14:18 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 17:50:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d27edbb
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 <eschwartz <AT> gentoo.org>
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 c605e0e00e1a..c5044b85a61f 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"