commit:     026f710748d54e300f25d39dccbf20d15f84e98d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 12:54:52 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 16:51:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=026f7107

ebuild-writing/misc-files/metadata: Describe stabilize-allarches.

Information taken from metadata.dtd and GLEP 68.

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

 ebuild-writing/misc-files/metadata/text.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index db082df..abc5a3e 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -67,6 +67,7 @@ metadata.xml:
     allowed:
     <c>&lt;maintainer&gt;</c>,
     <c>&lt;longdescription&gt;</c>,
+    <c>&lt;stabilize-allarches&gt;</c>,
     <c>&lt;slots&gt;</c>,
     <c>&lt;use&gt;</c>, and
     <c>&lt;upstream&gt;</c>.
@@ -118,6 +119,14 @@ metadata.xml:
     two optional subtags: <c>&lt;pkg&gt;</c> and <c>&lt;cat&gt;</c>.
   </ti>
 </tr>
+<tr>
+  <ti><c>&lt;stabilize-allarches&gt;</c></ti>
+  <ti>
+    Indicates an architecture-independent package. An ebuild can be marked
+    stable for all relevant architectures, when it has been tested on only one
+    architecture. This tag must have empty content.
+  </ti>
+</tr>
 <tr>
   <ti><c>&lt;slots&gt;</c></ti>
   <ti>
@@ -271,8 +280,8 @@ There are also some attributes that can be used with these 
tags:
 <tr>
   <ti>restrict</ti>
   <ti>
-    <c>&lt;maintainer&gt;</c>,
-    <c>&lt;longdescription&gt;</c>, <c>&lt;flag&gt;</c>
+    <c>&lt;maintainer&gt;</c>, <c>&lt;longdescription&gt;</c>,
+    <c>&lt;stabilize-allarches&gt;</c>, <c>&lt;flag&gt;</c>
   </ti>
   <ti>
     The restrict attribute allows one to restrict the application of

Reply via email to