diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-24 14:19:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-24 14:19:49 +0200 |
commit | 1a2252f3187f4ff4352f789e1d15435ddfc96e27 (patch) | |
tree | 044306fbde0a28eca377a83b05762cfa19da30e9 | |
parent | metadata.dtd: Drop obsolete sourceforge-jp remote-id type (diff) | |
download | dtd-1a2252f3187f4ff4352f789e1d15435ddfc96e27.tar.gz dtd-1a2252f3187f4ff4352f789e1d15435ddfc96e27.tar.bz2 dtd-1a2252f3187f4ff4352f789e1d15435ddfc96e27.zip |
metadata.dtd: Whitespace
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | metadata.dtd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/metadata.dtd b/metadata.dtd index 705de3e..db25070 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -64,7 +64,7 @@ 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 > |