From 085fea2a81f5443ceceece2b40257dc876bae430 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Mon, 28 Jun 2021 13:33:42 +0200 Subject: [PATCH] sys-apps/gentoo-functions: use tarball from github This one-line change pulls the gentoo-functions source tarball from github instead from gentoo's own gitweb, to stabilise the build process. We assume github to have higher availability than gentoo gitweb. Signed-off-by: Thilo Fromm --- .../sys-apps/gentoo-functions/gentoo-functions-0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gentoo-functions/gentoo-functions-0.13.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/gentoo-functions/gentoo-functions-0.13.ebuild index a6af72821b..92daae4fe6 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gentoo-functions/gentoo-functions-0.13.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gentoo-functions/gentoo-functions-0.13.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git" else - SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.gz" + SRC_URI="https://github.com/gentoo/gentoo-functions/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi