Gentoo Archives: gentoo-pms

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-pms@l.g.o
Cc: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
Subject: [gentoo-pms] [PATCH] Save dependencies as :=3 not :3=.
Date: Mon, 10 Sep 2012 16:57:29
Message-Id: 1347296091-28316-1-git-send-email-ciaran.mccreesh@googlemail.com
1 This takes us back to the Council-approved syntax, as opposed to the
2 change introduced with sub-slots.
3 ---
4 dependencies.tex | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/dependencies.tex b/dependencies.tex
8 index 47c0261..8c3f31d 100644
9 --- a/dependencies.tex
10 +++ b/dependencies.tex
11 @@ -301,7 +301,7 @@ identically to the plain equals slot operator.
12 To implement the equals slot operator, the package manager will need to store the slot/sub-slot
13 pair of the best installed version of the matching package. This syntax is only for package manager
14 use and must not be used by ebuilds. The package manager may do this by inserting the appropriate
15 -slot/sub-slot pair between the colon and equals sign when saving the package's dependencies. The
16 +slot/sub-slot pair after the equals sign when saving the package's dependencies. The
17 sub-slot part must not be omitted here (when the SLOT variable omits the sub-slot part, the package
18 is considered to have an implicit sub-slot which is equal to the regular slot).
19
20 --
21 1.7.12

Replies

Subject Author
Re: [gentoo-pms] [PATCH] Save dependencies as :=3 not :3=. Brian Harring <ferringb@×××××.com>