diff options
Diffstat (limited to 'tinderbox.make.conf')
-rw-r--r-- | tinderbox.make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox.make.conf b/tinderbox.make.conf index ec2e7a8..4b9a402 100644 --- a/tinderbox.make.conf +++ b/tinderbox.make.conf @@ -19,7 +19,7 @@ source /etc/portage/make.tinderbox.private.conf FETCHCOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --output \${DISTDIR}/\${FILE} \${URI}" RESUMECOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --continue-at - --output \${DISTDIR}/\${FILE} \${URI}" -FEATURES="test test-fail-continue -unmerge-logs split-log userpriv usersandbox -preserve-libs" +FEATURES="test test-fail-continue -unmerge-logs userpriv usersandbox -preserve-libs" ACCEPT_LICENSE="*" ACCEPT_PROPERTIES="* -interactive" |