commit:     06e95d669fe248423469af16d739d7da78befc49
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 05:43:20 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 05:52:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e95d66

dev-libs/avro-c: use mirror://apache/ as intended

The system exists precisely to avoid clobbering archive.apache.org and
getting marked as abusive, then being IP-banned. The archive site is
even intended only for last-ditch fallbacks / old versions, they don't
like when you solely hit that one.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-libs/avro-c/avro-c-1.12.0-r1.ebuild | 2 +-
 dev-libs/avro-c/avro-c-1.12.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/avro-c/avro-c-1.12.0-r1.ebuild 
b/dev-libs/avro-c/avro-c-1.12.0-r1.ebuild
index 9281fb1e5300..1ec13ef7cbf4 100644
--- a/dev-libs/avro-c/avro-c-1.12.0-r1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.12.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="c library for the apache avro data serialization system"
 HOMEPAGE="https://avro.apache.org/";
-SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz";
+SRC_URI="mirror://apache/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-libs/avro-c/avro-c-1.12.0.ebuild 
b/dev-libs/avro-c/avro-c-1.12.0.ebuild
index 1dd90cf4ab1f..e9b884356448 100644
--- a/dev-libs/avro-c/avro-c-1.12.0.ebuild
+++ b/dev-libs/avro-c/avro-c-1.12.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="c library for the apache avro data serialization system"
 HOMEPAGE="https://avro.apache.org/";
-SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz";
+SRC_URI="mirror://apache/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"

Reply via email to