summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/variables/text.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index 369c7af..0828117 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -294,12 +294,6 @@ SRC_URI="http://example.com/files/${P}-core.tar.bz2
</codesample>
<p>
-When creating digests it may be necessary to have <e>all</e> SRC_URI components
-downloaded. If you have <c>FEATURES="cvs"</c> set, portage should get this right,
-although you may end up downloading more than necessary.
-</p>
-
-<p>
If a <c>USE_EXPAND</c> variable is used to control whether certain optional
components are installed, the correct thing to do if the variable is unset is
generally to install <e>all</e> available components.