Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH data/xml-schema] metadata.xsd: Allow <remote-id type="srht"/>
Date: Sat, 01 Jan 2022 14:26:28
Message-Id: 20220101142552.23823-1-cyber+gentoo@sysrq.in
1 Bug: https://bugs.gentoo.org/808779
2 Signed-off-by: Anna Vyalkova <cyber+gentoo@×××××.in>
3 ---
4 metadata.xsd | 1 +
5 1 file changed, 1 insertion(+)
6
7 diff --git a/metadata.xsd b/metadata.xsd
8 index c91584d..673fc1d 100644
9 --- a/metadata.xsd
10 +++ b/metadata.xsd
11 @@ -291,6 +291,7 @@
12 <xs:enumeration value='rubygems'/>
13 <xs:enumeration value='sourceforge'/>
14 <xs:enumeration value='sourceforge-jp'/>
15 + <xs:enumeration value='srht'/>
16 <xs:enumeration value='vim'/>
17 </xs:restriction>
18 </xs:simpleType>
19 --
20 2.34.1

Replies

Subject Author
[gentoo-dev] [PATCH data/dtd] metadata.dtd: Allow <remote-id type="srht"/> Anna Vyalkova <cyber+gentoo@×××××.in>