Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE}
authorZac Medico <zmedico@gentoo.org>
Tue, 10 Feb 2009 21:37:57 +0000 (21:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 10 Feb 2009 21:37:57 +0000 (21:37 -0000)
for compatibility with EAPI 2.

svn path=/main/trunk/; revision=12598

RELEASE-NOTES

index c5a5dc6c25b37ac699149e9b4d55be857f6669f0..4e69005958cfb67c5838ef6f76bdf1ae16e04994 100644 (file)
@@ -52,6 +52,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
 ==================================