From: Zac Medico Date: Wed, 11 Mar 2009 03:51:22 +0000 (-0000) Subject: Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE} X-Git-Tag: v2.1.6.8~198 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75d1469f1e44173bb260efee6532c77261b99d5e;p=portage.git Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE} for compatibility with EAPI 2. (trunk r12598) svn path=/main/branches/2.1.6/; revision=12879 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d8dd1de35..a6b06ffe4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,10 @@ portage-2.1.6 force digests to be updated, run `ebuild --force manifest`. This is a safety measure which protects valid distfiles digests from being accidentally replaced by invalid digests. +* If you have overridden FETCHCOMMAND or RESUMECOMMAND variables, for + compatibility with EAPI 2, you must ensure that these variables are written + such that the downloaded file will be placed at \"\${DISTDIR}/\${FILE}\". + Refer to make.conf(5) for information about FETCHCOMMAND and RESUMECOMMAND. portage-2.1.5 ==================================