summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-10 21:37:57 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-10 21:37:57 +0000
commita9dba51d6cafe49348aff3e0c9dda705bd445eeb (patch)
treebc1384268bce7696bee93b081c30ee0de5e44336 /RELEASE-NOTES
parentDocument EAPI 3_pre1. (diff)
downloadportage-multirepo-a9dba51d6cafe49348aff3e0c9dda705bd445eeb.tar.gz
portage-multirepo-a9dba51d6cafe49348aff3e0c9dda705bd445eeb.tar.bz2
portage-multirepo-a9dba51d6cafe49348aff3e0c9dda705bd445eeb.zip
Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE}
for compatibility with EAPI 2. svn path=/main/trunk/; revision=12598
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c5a5dc6c..4e690059 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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
==================================