Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE}
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:51:22 +0000 (03:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:51:22 +0000 (03:51 -0000)
for compatibility with EAPI 2. (trunk r12598)

svn path=/main/branches/2.1.6/; revision=12879

RELEASE-NOTES

index d8dd1de3596095fa9956d48fa20f03c6ae4863cf..a6b06ffe4a36b267c2a34ea6398d7c0c16b6e161 100644 (file)
@@ -32,6 +32,10 @@ portage-2.1.6
   force digests to be updated, run `ebuild --force <ebuild file> 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
 ==================================