From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1401262-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D855A158090
	for <garchives@archives.gentoo.org>; Fri, 27 May 2022 09:04:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 23E7BE081A;
	Fri, 27 May 2022 09:04:48 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E037CE081A
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 09:04:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 16A6134142D
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 09:04:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2602B4A2
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2022 09:04:45 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1653642151.389882dac0cb2e2a174cf70fdad778b71a4538d3.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/misc-files/metadata/text.xml
X-VCS-Directories: ebuild-writing/misc-files/metadata/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 389882dac0cb2e2a174cf70fdad778b71a4538d3
X-VCS-Branch: master
Date: Fri, 27 May 2022 09:04:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b99ca240-14ac-43d5-b895-b9bae4551bbd
X-Archives-Hash: e10f09d1f729f267c074ec51a9aad073

commit:     389882dac0cb2e2a174cf70fdad778b71a4538d3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 06:24:57 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 27 09:02:31 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=389882da

ebuild-writing/misc-files/metadata: Language tags can be BCP 47

This corresponds to the update of GLEP 68.

Bug: https://bugs.gentoo.org/578294
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

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

diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index e24be93..bcc43f4 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -273,9 +273,9 @@ There are also some attributes that can be used with these tags:
     In every case where a description is required, there must be at
     <e>least</e> an english description.  If an additional description in
     another language is given, this attribute is used to specify the language
-    used.  The format is the two-character language code as defined by the <uri
-    link="https://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter">ISO-639-1</uri>
-    norm.
+    used. The format is an IETF language tag as defined by the
+    <uri link="https://tools.ietf.org/rfc/bcp/bcp47.txt">BCP 47</uri>
+    specification. Most often, this will be a two-character language code.
   </ti>
 </tr>
 <tr>