saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
881c2485d7
commit
c803745e45
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user