aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-20 18:26:47 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-23 01:01:02 +0100
commit5a946b416b447318fc092c0e3b320d5a8f88833e (patch)
treed55f48d5048932d71e54d268fb1532f073162652 /general-concepts/dependencies/text.xml
parentebuild-writing/misc-files/metadata: Explain EAPI 0 atom. (diff)
downloaddevmanual-5a946b416b447318fc092c0e3b320d5a8f88833e.tar.gz
devmanual-5a946b416b447318fc092c0e3b320d5a8f88833e.tar.bz2
devmanual-5a946b416b447318fc092c0e3b320d5a8f88833e.zip
ebuild-writing/eapi: Move EAPI=3 information to other sections.
- Prefix support: Reference to Prefix documentation moved to ebuild-writing/variables - unpack .xz support: Add list of recognized unpack formats in ebuild-writing/functions/src_unpack Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/dependencies/text.xml')
-rw-r--r--general-concepts/dependencies/text.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index 7992571..32feff1 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -32,10 +32,7 @@ exemptions).
<p>
The <c>RDEPEND</c> ebuild variable should specify any dependencies which are
required at runtime. This includes libraries (when dynamically linked), any data
-packages and (for interpreted languages) the relevant interpreter. In EAPI=3 or
-older, if this variable is not specified it defaults to the value of
-<c>DEPEND</c>, however the implicit usage is frowned upon. In EAPI=4, the
-implicit behaviour was removed and the assignment is always explicit.
+packages and (for interpreted languages) the relevant interpreter.
</p>
<p>