Gentoo Archives: gentoo-dev

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v1 3/4] metadata.dtd: update the restrict attribute explanation per GLEP 68
Date: Sun, 01 May 2016 06:07:27
Message-Id: 1462082744-29196-3-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v1 1/4] metadata.dtd: Remove obsolete element per GLEP 68 by "Göktürk Yüksek"
1 Signed-off-by: Göktürk Yüksek <gokturk@××××××××××.edu>
2 ---
3 metadata.dtd | 7 ++++---
4 1 file changed, 4 insertions(+), 3 deletions(-)
5
6 diff --git a/metadata.dtd b/metadata.dtd
7 index a3c06ff..8ef1396 100644
8 --- a/metadata.dtd
9 +++ b/metadata.dtd
10 @@ -68,9 +68,10 @@
11
12 <!-- The restrict attribute, this attribute specifies restrictions on
13 the applicability of tags on versions. The format of this attribute is
14 - equal to the format of DEPEND lines in ebuilds. There is one special
15 - value though: restrict="*". A tag that specifies this only applies if
16 - there are no other tags that apply.
17 + equal to the format of DEPEND lines in ebuilds. Only package
18 + dependency specifications conforming to EAPI=0 syntax are allowed.
19 + The dependency specification may only contain references to the
20 + package itself and no other package.
21
22 For required tags, there must be either an unrestricted version, or a
23 version that is default restricted. -->
24 --
25 2.7.3