diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-05-24 18:03:20 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-05-24 18:03:20 +0000 |
commit | 446dbcd187b0554c851e16549cde7f46752bfbce (patch) | |
tree | 712d37bdfb48ed10a087289040bfcbcc7aa2701f | |
parent | Merge updates from master (diff) | |
parent | metadata.dtd: Whitespace (diff) | |
download | gentoo-446dbcd187b0554c851e16549cde7f46752bfbce.tar.gz gentoo-446dbcd187b0554c851e16549cde7f46752bfbce.tar.bz2 gentoo-446dbcd187b0554c851e16549cde7f46752bfbce.zip |
Merge commit '1a2252f3187f4ff4352f789e1d15435ddfc96e27'
-rw-r--r-- | metadata/dtd/metadata.dtd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/metadata/dtd/metadata.dtd b/metadata/dtd/metadata.dtd index ca3e2da89f20..db250704b8b7 100644 --- a/metadata/dtd/metadata.dtd +++ b/metadata/dtd/metadata.dtd @@ -58,13 +58,13 @@ <!ELEMENT bugs-to (#PCDATA)> <!-- specify a type of package identification tracker --> <!ELEMENT remote-id (#PCDATA)> - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED> + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED> <!-- category/package information for cross-linking in descriptions and useflag descriptions --> <!ELEMENT pkg (#PCDATA) > <!ELEMENT cat (#PCDATA) > - + <!-- Common attributes --> <!-- the lang attribute, specifies the language of this tag in the @@ -76,14 +76,14 @@ <!ATTLIST slots lang CDATA "en" > <!ATTLIST use lang CDATA "en" > -<!-- The restrict attribute, this attribute specifies restrictions on - the applicability of tags on versions. The format of this attribute is +<!-- The restrict attribute, this attribute specifies restrictions on + the applicability of tags on versions. The format of this attribute is equal to the format of DEPEND lines in ebuilds. Only package dependency specifications conforming to EAPI=0 syntax are allowed. The dependency specification may only contain references to the package itself and no other package. - - For required tags, there must be either an unrestricted version, or a + + For required tags, there must be either an unrestricted version, or a version that is default restricted. --> <!ATTLIST maintainer restrict CDATA #IMPLIED > <!ATTLIST longdescription restrict CDATA #IMPLIED > |