From a0fd48dae46333f3569b2196de9d2ee3169fccb4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Feb 2017 17:18:48 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- portage/repos.conf/layman.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 portage/repos.conf/layman.conf diff --git a/portage/repos.conf/layman.conf b/portage/repos.conf/layman.conf new file mode 100644 index 00000000..a52c03f4 --- /dev/null +++ b/portage/repos.conf/layman.conf @@ -0,0 +1,32 @@ +[alfred] +priority = 50 +location = /var/lib/layman/alfred +layman-type = git +sync-type = laymansync +sync-uri = https://github.com/fbrehm/portage-overlay.git +auto-sync = No + +[betagarden] +priority = 50 +location = /var/lib/layman/betagarden +layman-type = git +sync-type = laymansync +sync-uri = git://anongit.gentoo.org/proj/betagarden.git +auto-sync = No + +[perl-experimental] +priority = 50 +location = /var/lib/layman/perl-experimental +layman-type = git +sync-type = laymansync +sync-uri = git://anongit.gentoo.org/proj/perl-overlay.git +auto-sync = No + +[sabayon] +priority = 50 +location = /var/lib/layman/sabayon +layman-type = git +sync-type = laymansync +sync-uri = git://github.com/Sabayon/for-gentoo.git +auto-sync = No + -- 2.39.5