mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user