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@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-09-11 01:43:20 -04:00
parent 346dd595b2
commit 06e95d669f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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