From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-153475-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8BD37138A1F for <garchives@archives.gentoo.org>; Wed, 29 Jan 2014 13:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFCCDE0ABD; Wed, 29 Jan 2014 13:24:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1D14E0AB5 for <gentoo-user@lists.gentoo.org>; Wed, 29 Jan 2014 13:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1B40B33F7A4 for <gentoo-user@lists.gentoo.org>; Wed, 29 Jan 2014 13:24:29 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.41 X-Spam-Level: X-Spam-Status: No, score=-1.41 tagged_above=-999 required=5.5 tests=[AWL=-0.936, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.472, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w7jh8QY_b0pg for <gentoo-user@lists.gentoo.org>; Wed, 29 Jan 2014 13:24:23 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76C3233F281 for <gentoo-user@gentoo.org>; Wed, 29 Jan 2014 13:24:23 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <lnx-gentoo-user@m.gmane.org>) id 1W8V7r-0002Su-Jc for gentoo-user@gentoo.org; Wed, 29 Jan 2014 14:24:19 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Wed, 29 Jan 2014 14:24:19 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Wed, 29 Jan 2014 14:24:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James <wireless@tampabay.rr.com> Subject: [gentoo-user] Re: emerge latest in a certain version series of a package Date: Wed, 29 Jan 2014 13:23:56 +0000 (UTC) Message-ID: <loom.20140129T141905-609@post.gmane.org> References: <52E80511.6070402@asyr.hopto.org> <20140128193610.GB5608@thinkpad-gentoo-89r> <52E80D5B.2060906@asyr.hopto.org> <52E89B37.9070402@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22.1) X-Archives-Salt: 9525a685-8889-43e7-9db7-e45245aade54 X-Archives-Hash: 3ad22cfd56ae37f5e101221a7f8dbd40 Alan McKinnon <alan.mckinnon <at> gmail.com> writes: > >>> Is there a way to specify that I want to install (emerge) the latest > >>> 3.10.X series of sys-kernel/gentoo-sources as a slot, in parallel with > >>> the latest gentoo-sources? > that won't work as each kernel ebuild is in it's own unique slot > consisting of one and only one kernel version. I doubt the kernel team > are going to change that. > What you are asking is fundamentally not possible as slots are used in a > very incompatible way with your idea. Hmmmmm. There might be a work around that suites your needs? # emerge -pv =gentoo-sources-3.10.28 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS ~] sys-kernel/gentoo-sources-3.10.28:3.10.28 [3.10.25:3.10.25, 3.13.0-r1:3.13.0-r1] USE="-build -deblob -experimental -symlink" 557 kB Total: 1 package (1 in new slot), Size of downloads: 557 kB Does that work for you? (Note: I also have this in my package.keywords: sys-kernel/gentoo-sources) hth, James James