From 774bb513631f6a698debcf4e92166e9371144ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Tue, 30 May 2023 19:45:23 +0200 Subject: [PATCH] fix gentoo github url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 316ba48..c8853d6 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ sync_portage: $(PORTAGE_DIR) $(PORTAGE_DIR): @print Grabbing the portage tree - git clone --depth=1 git://github.com/gentoo/gentoo.git $(PORTAGE_DIR) + git clone --depth=1 https://github.com/gentoo/gentoo.git $(PORTAGE_DIR) $(CHROOT)/etc/portage/%: configs/portage/% COPY --recursive $< /etc/portage/