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 3F4F51387FD for ; Sat, 29 Mar 2014 05:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DF3E0C17; Sat, 29 Mar 2014 05:24:56 +0000 (UTC) Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65F15E0BB4 for ; Sat, 29 Mar 2014 05:24:55 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id x48so3134950wes.35 for ; Fri, 28 Mar 2014 22:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7GX86oz95Ft/E6adqPhbDIlwvNW2HjZ6nx7EgCLFq9c=; b=ZsFpVi2b3J99ngaFKLYiMLzMcpO+9+tUNoLfPKtENsoUw8UsGJGENa8lefSgeb97eA 83HPAAB6zhKRu2dnZSaBa7OpN1NrnP9m0xnQf4WsRjuqD80/jCbIGaaFq47kx6mxvJS4 ALvi3d9GROnn/SSYYtzFi3a/MQKaNQFF644E/RB6WpLkboH1BZaJsAkzt9pTqXM/LBMP jdRF+GJDa8ofWpkKeHrhxc37rmj3C/0Epo5UfwFbQAcGVm3vDThJjO3+jlrVy0swihJY zvkLSTtChh7uny06eZylSkezTyD900vIMcQUmzTWQ5ZlU9Y7hg/jqxsJlAHfH7FRU0oj LUtA== X-Received: by 10.180.25.46 with SMTP id z14mr496595wif.49.1396070693690; Fri, 28 Mar 2014 22:24:53 -0700 (PDT) Received: from [172.20.0.40] (196-210-102-23.dynamic.isadsl.co.za. [196.210.102.23]) by mx.google.com with ESMTPSA id w10sm11952622wiy.9.2014.03.28.22.24.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 22:24:53 -0700 (PDT) Message-ID: <5336590C.20206@gmail.com> Date: Sat, 29 Mar 2014 07:24:28 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 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] Why is portage insisting that I upgrade media-libs/opencv? References: <53360379.1030103@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b20dadee-2ec0-40b6-8063-e6665f0aacb7 X-Archives-Hash: 7bbe0a175d009569775a2c5ec3c96cdb On 29/03/2014 01:48, Chris Stankevitz wrote: > On Fri, Mar 28, 2014 at 4:19 PM, Alan McKinnon wrote: >> You need opencv as it's a dep for something, and portage wants you to >> have a version that's in the tree. The only stable version is 2.4.5 but >> you have masked that in package.mask > > Hi Alan, > > I attempted to mask only opencv greater than 2.4.5 (i.e. 2.4.6, 2.4.7, > 2.4.8). I wonder if my greater than symbol was interpreted as a > "reply quote": > > *** jane ~ # grep opencv /etc/portage/package.mask > *** # 2014-03-13: Hold off on opencv upgrade > *** >media-libs/opencv-2.4.5 Hi Chris, Yes, that's exactly what happened. It's quite funny actually :-) You did post emerge output using -t and it shows up at the top level which is a bit odd, it implies portage wants to update opencv anyway, not as a result of it being a dep. Are you sure you didn't keyword opencv and forget about it? grep -r opencv /etc/portage and to be complete, what are the deps for the package: equery depends opencv -- Alan McKinnon alan.mckinnon@gmail.com