commit: 172e1d0f711ad3e81721c464bd77987b7e57f002
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 20:09:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 20:09:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172e1d0f
app-portage/gentoolkit: add github mirror as fallback
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoolkit/gentoolkit-0.6.8.ebuild | 7 +++++--
app-portage/gentoolkit/gentoolkit-9999.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild
b/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild
index b534884eeb72..dfd951deb1c3 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.8.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
@@ -9,7 +9,10 @@ PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"
+ EGIT_REPO_URI="
+ https://anongit.gentoo.org/git/proj/gentoolkit.git
+ https://github.com/gentoo/gentoolkit
+ "
inherit git-r3
else
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2"
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild
b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 30de23241a74..e4e8abd6ed40 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.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
@@ -9,7 +9,10 @@ PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"
+ EGIT_REPO_URI="
+ https://anongit.gentoo.org/git/proj/gentoolkit.git
+ https://github.com/gentoo/gentoolkit
+ "
inherit git-r3
else
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2"