summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 15:08:33 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:00 +0100
commit76670657657c10f0e0168354986195103b6d5689 (patch)
tree9cd68b918354fcf7bcad4f6ffa4eea7223c16a4e /profiles
parentprofiles/common: remove PORTDIR, DISTDIR and PKGDIR (diff)
downloadportage-76670657657c10f0e0168354986195103b6d5689.tar.xz
profiles/common: remove deprecated variables
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/make.defaults3
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 74eeed1a..d4ba8ad1 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -74,9 +74,6 @@ USE="${USE} -libav -cdr"
# Do not install webapp anywhere by default
USE="${USE} vhosts"
-PORTAGE_TMPDIR="/var/tmp"
-PORTAGE_TMPFS="/dev/shm"
-PORT_LOGDIR="/var/log/portage"
FETCHCOMMAND="curl --connect-timeout 5 -f -L -o \${DISTDIR}/\${FILE} --url \${URI}"
RESUMECOMMAND="${FETCHCOMMAND} -C -"