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