From 1a99c6e88939bd47a668a041ec6b7a344616f43d Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sun, 12 Jul 2026 13:41:50 -0700 Subject: Add edits for https in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9319192..98e5d0e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ eselect repository add csobczak git https://git.sobczak.family/csobczak.ebuild emaint -r csobczak sync # this is the same as emerge --sync csobczak ``` +Since this repository is using [cgit](https://git.zx2c4.com/cgit/) with dumb http, +add `sync-depth=0` to your `/etc/portage/repos.conf/eselect-repo.conf` file: +``` +[csobczak] +location = /var/db/repos/csobczak +sync-type = git +sync-depth = 0 +sync-uri = https://git.sobczak.family/csobczak.ebuild +``` + Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `dwl`: ``` eix slstatus -- cgit v1.2.3