On Mon, 23 Dec 2013 00:53:16 -0700, Joseph wrote: > I'm upgrading the system and running out of disk space to compile > webkit-gtk > [..] > How do I tell the system to use /home partition to use for compiling > temp tiles?
portage.env allows per-package environment variables. This will use two special "configurations" for libreoffice: holger>grep libreoffice /etc/portage/package.env app-office/libreoffice clang.conf no-tmpfs.conf A configuration is simply a set of variables: holger>cat /etc/portage/env/no-tmpfs.conf PORTAGE_TMPDIR="/var/tmp" So replace libreoffice with webkit-gtk and whatever path you want for PORTAGE_TEMPDIR. -h