From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2FB51381F4 for ; Sun, 9 Dec 2012 09:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666A221C062; Sun, 9 Dec 2012 09:18:51 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A91CD21C003 for ; Sun, 9 Dec 2012 09:17:35 +0000 (UTC) Received: from [172.17.29.6] (vpn1.metro-data.com [65.213.236.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 3YK1z22jyhz1hfs for ; Sun, 9 Dec 2012 04:17:34 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1355044654; bh=4P6Q7uC3Gdmee/ZNh8cx/8+afIeNODzk97StjlWA5CA=; h=Date:From:To:Subject:References:In-Reply-To; b=myKqT6/jFUo9jJBk6c+EO7f3jGV87UzwTyVB/X5a5hz/IKC+IYYEbIyImccADFUhm 8ueTXi5/bv0mwG2gG1lyWz6Ujz17u9K18Aa9dFvEnJitKQiZSUNzqQD/aInr5eKGMj XTWgDLuFG+K7DQqGZ1yslA07PwTuFDh/Rmk0i2Ss= Message-ID: <50C4572A.40307@orlitzky.com> Date: Sun, 09 Dec 2012 04:17:30 -0500 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121104 Thunderbird/10.0.10 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Installing specific layman packages & eix-test-obsolete References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b4fc8c8e-a812-4783-b10f-bc182b593ee0 X-Archives-Hash: 367b8c95a98c1ecd45b5560ad054fce0 On 12/09/2012 01:13 AM, Grant wrote: > I need to be able to install only certain packages from a layman overlay > so I do stuff like this: > > package.mask: > */*::perl-experimental > > package.unmask: > perl-core/CPAN::perl-experimental > > This really freaks out eix-test-obsolete. Does anyone know of a way to > install only certain packages from a layman overlay and > use eix-test-obsolete? > You can tell eix not to warn you about anything in the perl-experimental overlay. Here's what I've done for the haskell overlay. $ cat /etc/portage/package.nowarn # Disable eix's REDUNDANT_IF_NO_CHANGE tests for the wildcard. */*::gentoo-haskell in_keywords no_change You may have to adjust the "in_keywords no_change" part, depending on the specific type of freak-out you're experiencing. The options are all documented in the eix man page under package.nowarn.