commit: 44a4c0a1274956be78644faf42047c4a027ea6c4 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 04:11:17 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=44a4c0a1
sys-cluster/spark-bin: use mirror://apache/ as intended thirdpartymirrors now provides the final archive.* link, making this more futureproof and safer if/when the main mirror becomes valid. Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sys-cluster/spark-bin/spark-bin-3.1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/spark-bin/spark-bin-3.1.2-r1.ebuild b/sys-cluster/spark-bin/spark-bin-3.1.2-r1.ebuild index cc0110ef3786..30617ffbb78f 100644 --- a/sys-cluster/spark-bin/spark-bin-3.1.2-r1.ebuild +++ b/sys-cluster/spark-bin/spark-bin-3.1.2-r1.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 @@ -7,7 +7,7 @@ inherit java-pkg-2 DESCRIPTION="Lightning-fast unified analytics engine" HOMEPAGE="https://spark.apache.org" -SRC_URI="https://archive.apache.org/dist/spark/spark-${PV}/spark-${PV}-bin-hadoop3.2.tgz -> ${P}-hadoop.tgz" +SRC_URI="mirror://apache/spark/spark-${PV}/spark-${PV}-bin-hadoop3.2.tgz -> ${P}-hadoop.tgz" S="${WORKDIR}/spark-${PV}-bin-hadoop3.2" LICENSE="Apache-2.0"
