Signed-off-by: Göktürk Yüksek <[email protected]> --- metadata.dtd | 7 ++++--- 1 file 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. --> -- 2.7.3
