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 1Q4TKc-0003nk-Tt for garchives@archives.gentoo.org; Tue, 29 Mar 2011 07:27:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8C4E0654; Tue, 29 Mar 2011 07:27:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17FD3E05BE for ; Tue, 29 Mar 2011 07:26:32 +0000 (UTC) Received: from [192.168.26.4] (ip98-164-193-252.oc.oc.cox.net [98.164.193.252]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 8DACB1B41DB for ; Tue, 29 Mar 2011 07:26:31 +0000 (UTC) Message-ID: <4D91899B.60509@gentoo.org> Date: Tue, 29 Mar 2011 00:26:19 -0700 From: Zac Medico User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.15) Gecko/20110305 Lightning/1.0b3pre Thunderbird/3.1.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] virtual/ffmpeg and media-video/libav References: <4D89FEC1.1030905@gentoo.org> <201103282325.27230.aballier@gentoo.org> In-Reply-To: <201103282325.27230.aballier@gentoo.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 3042310d967b37e882522ea2a7b05c83 On 03/28/2011 07:25 PM, Alexis Ballier wrote: > I hope my fears are unjustified but I'm not sure how the PMs would behave in > the following cases: > > a deps on b and virtual/ffmpeg > b deps on media-video/ffmpeg > > what happens when I want to install package 'a' on a fresh system ? the pm > tries to pull the virtual and thus libav and sees a blocker with the non > virtual one? > > same questions with: > a deps on media-video/ffmpeg > b deps on virtual/ffmpeg > > type 'emerge a b' That's handled by delayed evaluation since portage-2.1.7: https://bugs.gentoo.org/show_bug.cgi?id=264434 -- Thanks, Zac