From 9356b98c10f0d44e38a0e515ad0cd15c2271b4a3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 18 Sep 2013 21:27:17 +0200 Subject: [PATCH] Current state --- make.conf | 6 ++++++ repos.conf/gentoo.conf | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 repos.conf/gentoo.conf diff --git a/make.conf b/make.conf index 15c8e08..2e890ef 100644 --- a/make.conf +++ b/make.conf @@ -89,3 +89,9 @@ GENTOO_MIRRORS="http://gentoo.mneisen.org/ http://gentoo.wheel.sk/ http://mirror #PORT_LOGDIR="/var/log/portage" source /var/lib/layman/make.conf + +# Set PORTDIR for backward compatibility with various tools: +# gentoo-bashcomp - bug #478444 +# euse - bug #474574 +# euses and ufed - bug #478318 +PORTDIR="/usr/portage" diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf new file mode 100644 index 0000000..8c657da --- /dev/null +++ b/repos.conf/gentoo.conf @@ -0,0 +1,7 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +location = /usr/portage +sync-type = rsync +sync-uri = rsync://rsync.gentoo.org/gentoo-portage -- 2.39.5