Translations:/etc/portage/make.conf/80/en
From Gentoo Wiki
The DISTDIR variable defines the location where Portage will store the downloaded source code archives Its value defaults to /var/cache/distfiles on new installations. Previously the default was ${PORTDIR}/distfiles which resolved to /usr/portage/distfiles by default.
Users can set the DISTDIR variable in /etc/portage/make.conf:
Warning
Beware where you place your DISTDIR! Only trusted users should be granted write access to this location.
Beware where you place your DISTDIR! Only trusted users should be granted write access to this location.
DISTDIR=/var/gentoo/distfiles
For more information, please refer to the DISTDIR article.