Maybe it has been this way for some time now but I only noticed it today.
I have several laptop pulling binaries from my main desktop.
So I noticed those binaries are now saved in /var/cache/binhost/main-binhost/ instead of /var/cache/binpkgs
On each laptop I have the following In /etc/portage/binrepos.conf
Code: Select all
[main-binhost]
priority = 100
sync-uri = https://home.lan/gentoo/main-binhost/binpkgsCode: Select all
PKGDIR="/var/cache/binpkgs"Code: Select all
EMERGE_DEFAULT_OPTS="--jobs 2 --getbinpkgonly --binpkg-respect-use=n"Is it possible to save them to the PKGDIR location, like before ?
Thanks.

