From: Zac Medico Date: Tue, 10 Feb 2009 21:37:57 +0000 (-0000) Subject: Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE} X-Git-Tag: v2.2_rc24~204 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;ds=sidebyside;h=a9dba51d6cafe49348aff3e0c9dda705bd445eeb;p=portage.git Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE} for compatibility with EAPI 2. svn path=/main/trunk/; revision=12598 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c5a5dc6c2..4e6900595 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -52,6 +52,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 ==================================