diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 15:08:33 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:00 +0100 |
commit | 76670657657c10f0e0168354986195103b6d5689 (patch) | |
tree | 9cd68b918354fcf7bcad4f6ffa4eea7223c16a4e | |
parent | profiles/common: remove PORTDIR, DISTDIR and PKGDIR (diff) | |
download | portage-76670657657c10f0e0168354986195103b6d5689.tar.xz |
profiles/common: remove deprecated variables
-rw-r--r-- | profiles/common/make.defaults | 3 |
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 -" |