dev-python/thrift: add archive.apache.org as fallback SRC_URI

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-04-24 21:14:14 +01:00
parent 669e6d0454
commit e89a488b1b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"