summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 03:51:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 03:51:22 +0000
commit75d1469f1e44173bb260efee6532c77261b99d5e (patch)
tree9b5f75cd69190592ac81c76dd163cf6e85e5f63c
parent43103065271c5afb55bec68ae55e7d56757a1a12 (diff)
downloadportage-75d1469f1e44173bb260efee6532c77261b99d5e.tar.gz
portage-75d1469f1e44173bb260efee6532c77261b99d5e.tar.bz2
portage-75d1469f1e44173bb260efee6532c77261b99d5e.zip
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
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
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 <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
==================================