Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Trailing colon and integer in output of emerge
Date: Mon, 12 Nov 2012 12:55:57
Message-Id: k7qrgi$esu$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Trailing colon and integer in output of emerge by Helmut Jarausch
1 On 12/11/12 14:46, Helmut Jarausch wrote:
2 > On 11/12/2012 01:28:08 PM, Redcap wrote:
3 >> Today I noticed that emerge adds a colon together with an integer to the
4 >> version of every package it wants to update, e.g. it says
5 >>
6 >> [ebuild U ~] kde-base/kmail-4.9.3:4 [4.9.2:4] USE="handbook
7 >> kontact (-
8 >> aqua) -debug {-test}" 0 kB
9 >>
10 >> I never noticed the trailing ":4" before and I have no idea what it
11 >> means. I
12 >> searched the gentoo website but haven't been able to find anything
13 >> about it.
14 >> Does anyone what it is about?
15 >
16 > It's the value of SLOT. There are package for which multiple versions
17 > can be installed
18 > at the same time
19
20 Actually, slotted packages are not guaranteed to support that.
21 Sometimes slots are only used for grouping, but different slots can't be
22 installed in parallel. google-chrome is an example.