Что за ошибка emerge

Добрый день всем.
Вылазит ошибка

!! Repository 'custom' is missing masters attribute in '/var/calculate/custom-overlay/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility

Local copy of remote index is up-to-date and will be used.
WARNING: One or more repositories have missing repo_name entries:

        /var/calculate/custom-overlay/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.

Как поправить?

Создать файлы, заполнить предложенным текстом. Или удалить этот оверлей:
#eselect repository remove custom
Странно, что они не создались сами при переходе с layman на eselect repository.
У меня всё создалось само.

Должно было создаться шаблонами. Выполните:

cat >/var/calculate/custom-overlay/metadata/layout.conf <<EOF
masters = gentoo
auto-sync = false
EOF

Только на этой машине с CLD не обновились конфиги при переходе с layman
делаю
cat >/var/calculate/custom-overlay/metadata/layout.conf <<EOF

masters = gentoo
auto-sync = false
EOF
ответ
bash: /var/calculate/custom-overlay/metadata/layout.conf: Нет такого файла или каталога

eselect repository remove custom
–2020-01-29 12:06:22-- https://qa-reports.gentoo.org/output/repos/repositories.xml
Распознаётся qa-reports.gentoo.org (qa-reports.gentoo.org)… 140.211.166.190, 2001:470:ea4a:1:230:48ff:fef8:9fdc
Подключение к qa-reports.gentoo.org (qa-reports.gentoo.org)|140.211.166.190|:443… соединение установлено.
HTTP-запрос отправлен. Ожидание ответа… 200 OK
Длина: 280379 (274K) [application/xml]
Сохранение в: «/root/.cache/eselect-repo/repositories.xml»

repositories.xml 100%[===================>] 273.81K 331KB/s за 0.8s

2020-01-29 12:06:24 (331 KB/s) - «/root/.cache/eselect-repo/repositories.xml» сохранён [280379/280379]

error: custom: repository not in remote list, pass -f to force removal

Сработало

eselect repository remove -f custom
Removing /var/calculate/custom-overlay …
Updating repos.conf …
1 repositories removed

Всем спасибо. решено