From a2c7e28373c6b6995c9a40e708637c3b4c8ba2ab Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 3 Apr 2022 16:27:16 +0200 Subject: [PATCH] README.rst: Suggest to use my distfiles mirror --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 3f220c6..a1202de 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,16 @@ and optional for global updates: You might want to set `USE="sync-plugin-portage"` for layman, too. +Add the distfiles archive to GENTOO_MIRRORS +------------------------------------------- + +You may want to optionally add the distfiles mirror of this overlay to your +GENTOO_MIRRORS configuration in /etc/portage: + +.. code:: shell + + GENTOO_MIRRORS="... https://files.holgersson.xyz/gentoo/distfiles/ ..." + Maintainer ==========