From: Zac Medico Date: Thu, 4 Sep 2008 20:55:21 +0000 (-0000) Subject: Nest the EAPI 2 "Dependencies" section inside a "Metadata" section. X-Git-Tag: v2.2_rc9~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38d38e634957ac576f67a846a7284127b92c6dec;p=portage.git Nest the EAPI 2 "Dependencies" section inside a "Metadata" section. svn path=/main/trunk/; revision=11492 --- diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index a5d8cbae0..dff81cc3d 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -307,11 +307,13 @@ src_compile() { -
+
+ Metadata +
Dependencies -
+
Blocker Atoms -
+
New Meaning for Old Syntax Blocker atoms which use the previously existing !atom syntax now have @@ -326,7 +328,7 @@ src_compile() { any newer blocking packages have been merged on top of it.
-
+
New !!atom Syntax A new !!atom syntax is now supported, for use in special cases for which @@ -337,9 +339,9 @@ src_compile() {
-
+
USE Dependencies -
+
Unconditional USE Dependencies Syntax Examples @@ -368,7 +370,7 @@ src_compile() {
-
+
Conditional USE Dependencies Syntax Examples @@ -403,6 +405,7 @@ src_compile() { +
Phases