mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/thrift: add archive.apache.org as fallback SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
669e6d0454
commit
e89a488b1b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user