From c803745e450eb945dc0b86280b83c04187170064 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 13 Aug 2015 14:01:28 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/repositories/games-overlay.conf | 2 +- paludis/repositories/libressl.conf | 2 +- paludis/repositories/torbrowser.conf | 2 +- portage/make.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/paludis/repositories/games-overlay.conf b/paludis/repositories/games-overlay.conf index 11aafc5..c66bcd2 100644 --- a/paludis/repositories/games-overlay.conf +++ b/paludis/repositories/games-overlay.conf @@ -1,4 +1,4 @@ -location = /var/lib/layman/games-overlay +location = /home/jule/git/games-overlay sync = #profiles = /usr/portage/profiles/default/linux/amd64/13.0 #eclassdirs = /usr/portage/eclass diff --git a/paludis/repositories/libressl.conf b/paludis/repositories/libressl.conf index 9af3e6c..a6fb463 100644 --- a/paludis/repositories/libressl.conf +++ b/paludis/repositories/libressl.conf @@ -1,5 +1,5 @@ format = e -location = /var/lib/layman/libressl +location = /home/jule/git/libressl sync = names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata diff --git a/paludis/repositories/torbrowser.conf b/paludis/repositories/torbrowser.conf index cb6cc11..25ff3c5 100644 --- a/paludis/repositories/torbrowser.conf +++ b/paludis/repositories/torbrowser.conf @@ -1,5 +1,5 @@ format = e location = /var/lib/layman/torbrowser -sync = git://github.com/MeisterP/torbrowser-overlay.git git+https://github.com/MeisterP/torbrowser-overlay.git git+file://git@github.com:MeisterP/torbrowser-overlay.git +sync = names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata diff --git a/portage/make.conf b/portage/make.conf index 0b3745e..4baef1c 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -71,7 +71,7 @@ PORTAGE_COMPRESS_FLAGS="-z -9" PORTDIR="/usr/portage" source "/var/lib/layman/make.conf" LOCAL_OVERLAY="/usr/local/portage" -PORTDIR_OVERLAY="$PORTDIR_OVERLAY $LOCAL_OVERLAY" +PORTDIR_OVERLAY="$PORTDIR_OVERLAY /home/jule/git/games-overlay /home/jule/git/libressl $LOCAL_OVERLAY" # Log Settings