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 1O8gAo-0006Zm-WD for garchives@archives.gentoo.org; Sun, 02 May 2010 20:53:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 657B6E05B1; Sun, 2 May 2010 20:53:25 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B0CBE05B1 for ; Sun, 2 May 2010 20:53:25 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so607668fgg.10 for ; Sun, 02 May 2010 13:53:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=lc8n24RPz48IvZ1rMh/+M1YkE2nD7PQ013XHESFG5II=; b=MJZKZ0PsQrl8FNHMV27bjCp1PU7hj1/zaPI8QQYhK+4csCdzBm/0yIqaEaZN4OGB+7 vBQIRw4iJDGb5C93hMIiquIGvmwdxjURfCbRHGz8NDujR+Qe4lu7dQ+umB4Ga73wSiDY DvW5AeBrPzcmb2ckYUux3U7KudvNJhUWYhoqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=HEK8wKCRJ9CWiBFgm7zefC4pBT7mVMyqcRyVZgdIwz3B/dYuM2kUjLhBBqo6YEAdUU aWhCqLmVkhFZAOIGdnODA/eiQoSL38XWhz5Vy0aNDHVSSeObUye6x5N4BbyYfex1m/RM xKGH0ZsxZ147WWOEt78VW0kgFNB0yES5Dc6Ks= Received: by 10.87.38.3 with SMTP id q3mr8782319fgj.26.1272833604502; Sun, 02 May 2010 13:53:24 -0700 (PDT) Received: from energy.localnet (p5DCC0441.dip0.t-ipconnect.de [93.204.4.65]) by mx.google.com with ESMTPS id 26sm7422233fks.22.2010.05.02.13.53.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 May 2010 13:53:23 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Package blocks Date: Sun, 2 May 2010 22:53:17 +0200 User-Agent: KMail/1.13.2 (Linux/2.6.33.3r4; KDE/4.4.2; x86_64; ; ) References: <4BDDE191.6060605@gmail.com> In-Reply-To: <4BDDE191.6060605@gmail.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005022253.17912.volkerarmin@googlemail.com> X-Archives-Salt: 043ce57b-f33c-4665-9e8e-f3644c719b0d X-Archives-Hash: f3683dca8e4f03e45212b99ac037ffcc On Sonntag 02 Mai 2010, CJoeB wrote: > Hi, > > First, I've looked on the archives, but didn't find anything that really > helped. > > The situation is that I need to install xz-utils but it is being blocked > by lzma-utils. > > One suggestion from the archives was to install an updated package of > eix and another one, but neither of these are installed on my system. > > Another post stated that the person was uncomfortable removing > lzma-utils because of the packages that depend on it. I feel the same > way because among others, core-utils and linux-headers depend on > lzma-utils, which has apparently been deprecated in favour of xz-utils. > > Has anyone solved this issue and if so, can you tell me what you did? > > Thanks in advance. > > Colleen unmerge lzma-utils, emerge xg-utils. Yeah, it is really that easy.