From e89a488b1b1effe51b443fba606170acd8b4e209 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 24 Apr 2025 21:14:14 +0100 Subject: [PATCH] dev-python/thrift: add archive.apache.org as fallback SRC_URI Signed-off-by: Sam James --- dev-python/thrift/thrift-0.21.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/thrift/thrift-0.21.0.ebuild b/dev-python/thrift/thrift-0.21.0.ebuild index 261fd69010bc3..ff743da12930d 100644 --- a/dev-python/thrift/thrift-0.21.0.ebuild +++ b/dev-python/thrift/thrift-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,10 @@ HOMEPAGE=" https://thrift.apache.org/ https://github.com/apache/thrift " -SRC_URI="https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz" +SRC_URI=" + https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz + https://archive.apache.org/dist/${PN}/${PV}/${P}.tar.gz +" S="${WORKDIR}/${P}/lib/py" LICENSE="Apache-2.0"