commit: e89a488b1b1effe51b443fba606170acd8b4e209
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 20:14:14 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 20:14:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89a488b
dev-python/thrift: add archive.apache.org as fallback SRC_URI
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 261fd69010bc..ff743da12930 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"