Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: emerge latest in a certain version series of a package
Date: Wed, 29 Jan 2014 13:24:37
Message-Id: loom.20140129T141905-609@post.gmane.org
In Reply to: Re: [gentoo-user] emerge latest in a certain version series of a package by Alan McKinnon
1 Alan McKinnon <alan.mckinnon <at> gmail.com> writes:
2
3
4 > >>> Is there a way to specify that I want to install (emerge) the latest
5 > >>> 3.10.X series of sys-kernel/gentoo-sources as a slot, in parallel with
6 > >>> the latest gentoo-sources?
7
8 > that won't work as each kernel ebuild is in it's own unique slot
9 > consisting of one and only one kernel version. I doubt the kernel team
10 > are going to change that.
11 > What you are asking is fundamentally not possible as slots are used in a
12 > very incompatible way with your idea.
13
14
15 Hmmmmm.
16 There might be a work around that suites your needs?
17
18
19
20 # emerge -pv =gentoo-sources-3.10.28
21
22 These are the packages that would be merged, in order:
23
24 Calculating dependencies... done!
25 [ebuild NS ~] sys-kernel/gentoo-sources-3.10.28:3.10.28 [3.10.25:3.10.25,
26 3.13.0-r1:3.13.0-r1] USE="-build -deblob -experimental -symlink" 557 kB
27
28 Total: 1 package (1 in new slot), Size of downloads: 557 kB
29
30
31 Does that work for you?
32
33 (Note: I also have this in my package.keywords:
34 sys-kernel/gentoo-sources)
35
36 hth,
37 James
38
39
40
41 James

Replies

Subject Author
Re: [gentoo-user] Re: emerge latest in a certain version series of a package Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Re: emerge latest in a certain version series of a package Thanasis <thanasis@××××××××××.org>