summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@binghamton.edu>2016-05-01 02:05:43 -0400
committerMichał Górny <mgorny@gentoo.org>2016-05-06 07:26:08 +0200
commit2087e351b4af62ad951eb7689bbe72149c24bc27 (patch)
tree16e9a75e4ff31f5acdebaf63cf40e93c46d743e4
parentmetadata.dtd: set the lang attribute default value to "en" per GLEP 68 (diff)
downloaddtd-2087e351b4af62ad951eb7689bbe72149c24bc27.tar.gz
dtd-2087e351b4af62ad951eb7689bbe72149c24bc27.tar.bz2
dtd-2087e351b4af62ad951eb7689bbe72149c24bc27.zip
metadata.dtd: update the restrict attribute explanation per GLEP 68
Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu>
-rw-r--r--metadata.dtd7
1 files changed, 4 insertions, 3 deletions
diff --git a/metadata.dtd b/metadata.dtd
index a3c06ff..8ef1396 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -68,9 +68,10 @@
<!-- 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. There is one special
- value though: restrict="*". A tag that specifies this only applies if
- there are no other tags that apply.
+ 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
version that is default restricted. -->