From bd95b4ac39367fdee1678e470e9d3dba71d08437 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 20 Dec 2016 13:41:19 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- layman/layman.cfg | 1 + portage/make.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layman/layman.cfg b/layman/layman.cfg index e5c7c72..cfa0169 100644 --- a/layman/layman.cfg +++ b/layman/layman.cfg @@ -38,6 +38,7 @@ make_conf : %(storage)s/make.conf # file:///var/lib/layman/my-list.xml overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml + http://www.uhu-banane.de/gentoo/overlay-repos.xml #----------------------------------------------------------- # The directory to scan for xml overlay definition files to include diff --git a/portage/make.conf b/portage/make.conf index f05b99a..e0960a7 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -46,8 +46,8 @@ CPU_FLAGS_X86="mmx sse sse2 sse3 ssse3" # These are the USE flags that were used in addition to what is provided by the # profile used for building. #USE="bindist mmx sse sse2" -USE="acpi bash-completion bzip2 git gpm idn ipv6 jpeg json lz4 lzma md5sum mmx \ - python python2 python3 smtp sse sse2 ssse3 tiff vim-syntax -X xattr unicode" +USE="acpi bash-completion bazaar bzip2 git gpm idn ipv6 jpeg json lz4 lzma md5sum mmx \ + mercurial python python2 python3 smtp sse sse2 ssse3 subversion tiff vim-syntax -X xattr unicode" GENTOO_MIRRORS="http://mirror.netcologne.de/gentoo/" -- 2.39.5