commit:     1b5a0169ffb0774c0cd63c9527821f39534b9f93
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 16:44:09 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 16:44:09 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1b5a0169

ebuild-writing/variables: Move PROPERTIES to proper place.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/variables/text.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 4e4c76c..e63c8ff 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -240,6 +240,13 @@ The following variables may or must be defined by every 
ebuild.
     See <uri link="::ebuild-writing/variables#REQUIRED_USE"/>.
     </ti>
   </tr>
+  <tr>
+    <ti><c>PROPERTIES</c></ti>
+    <ti>
+    A space-delimited list of properties, with conditional syntax support.
+    <c>interactive</c> is the only valid value for now.
+    </ti>
+  </tr>
   <tr>
     <ti><c>RESTRICT</c></ti>
     <ti>
@@ -287,14 +294,6 @@ The following variables may or must be defined by every 
ebuild.
     value for this variable if it is the same as the default value.
     </ti>
   </tr>
-  <tr>
-    <ti><c>PROPERTIES</c></ti>
-    <ti>
-    A space-delimited list of properties, with conditional
-    syntax support. <c>interactive</c> is the only valid value
-    for now.
-    </ti>
-  </tr>
   <tr>
     <ti><c>DOCS</c></ti>
     <ti>

Reply via email to