From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SKlTZ-0005Ci-AC for garchives@archives.gentoo.org; Thu, 19 Apr 2012 07:08:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5A4E0833; Thu, 19 Apr 2012 07:08:04 +0000 (UTC) Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by pigeon.gentoo.org (Postfix) with ESMTP id 63329E07B4 for ; Thu, 19 Apr 2012 07:06:18 +0000 (UTC) Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M2P00B5HT2F7620@mailout1.samsung.com> for gentoo-user@lists.gentoo.org; Thu, 19 Apr 2012 16:06:16 +0900 (KST) X-AuditID: cbfee61a-b7c0cae000001518-1c-4f8fb9684138 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id 11.DA.05400.869BF8F4; Thu, 19 Apr 2012 16:06:16 +0900 (KST) Received: from localhost ([109.120.23.21]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M2P00F6IT1ZW1Z0@mmp1.samsung.com> for gentoo-user@lists.gentoo.org; Thu, 19 Apr 2012 16:06:16 +0900 (KST) Date: Thu, 19 Apr 2012 15:06:15 +0800 From: wenpin cui To: gentoo-user@lists.gentoo.org Cc: =?utf-8?B?5byg56eA5paH?= Subject: [gentoo-user] how to let different make version coexist? Message-id: <20120419070615.GE26648@Gentoo> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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-disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No X-Archives-Salt: 1421f5ed-817e-4a4e-91b2-a742e10dd69d X-Archives-Hash: 3aa1358ae7adf2cf4423ca92c6274a0e hi, guys, On my linux box, after deep-upgrade, the version of 'sys-devel/make' was 3.82. Now I want to use version 3.81 to compile a software, i can do it by "emerge /usr/portage/sys-devel/make/make-3.81.ebuild" however, after next upgrade, the version became 3.82 again. I am wondering if i could select the different version by eslect or something else, just like 'update-alternatives' in debian. Any idea, thanks a lot. -- Best regards