From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-user+bounces-60706-garchives=archives.gentoo.org@gentoo.org>)
	id 1HMGkN-0006z5-C9
	for garchives@archives.gentoo.org; Wed, 28 Feb 2007 04:48:59 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1S4liOk003653;
	Wed, 28 Feb 2007 04:47:44 GMT
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1S4hVks031405
	for <gentoo-user@lists.gentoo.org>; Wed, 28 Feb 2007 04:43:31 GMT
Received: by wr-out-0506.google.com with SMTP id 68so62352wri
        for <gentoo-user@lists.gentoo.org>; Tue, 27 Feb 2007 20:43:31 -0800 (PST)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=JeQDFvITpmUJFCoXstr+XXVBjTMa7PkrgYWm2eG7rGkJh4r6ywGKbTCp3W+4NrXWQexBgBfQSxmfJUSWqCutc6OO+xPFFQZ8GVN8Cz4Aalcvmyd7iqOiTAehZXTepqb/AXta6iEd/psUK2dLJiC5Amyp3QAyCkJrC5//JYX3k0M=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=V4pVkaZTVgbYohINgkavRCl/PwgV1sjTKHZpSnb7y2/E2dgI9LvMZGqDr1QXDd+vB/h2VX7rvwvkcloWDhtKvJN0oSFsrNcvZBWB/iq3zlcYk7NGYsP20TdJogI11lKlbru7gPF77JiEqnKZG4TxDrEYzjrRPSic6PEjAp/3+sQ=
Received: by 10.114.60.19 with SMTP id i19mr25072waa.1172637810956;
        Tue, 27 Feb 2007 20:43:30 -0800 (PST)
Received: by 10.115.75.2 with HTTP; Tue, 27 Feb 2007 20:43:30 -0800 (PST)
Message-ID: <33a557360702272043s3df63dbct113ce1b715984dfb@mail.gmail.com>
Date: Tue, 27 Feb 2007 23:43:30 -0500
From: "Bruno Espinoza" <bruno32@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Portage problem with xfce4-panel
In-Reply-To: <49bf44f10702271607r2714340fj68d1b1c603ec0e32@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_29914_6286054.1172637810928"
References: <49bf44f10702270838r2d47a91do7d12fa5389eaf472@mail.gmail.com>
	 <200702272047.50892.bo.andresen@zlin.dk>
	 <49bf44f10702271607r2714340fj68d1b1c603ec0e32@mail.gmail.com>
X-Archives-Salt: ec2d4eb8-8acf-4a40-9f84-38d4065728d1
X-Archives-Hash: b4358b9b197ad0edfd705251b9396078

------=_Part_29914_6286054.1172637810928
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Exist a much easier way to avoid unmasking packages. Go to your
/etc/make.conf. Change your architecture from "x86" to "~x86". Now emerge
xfce4-panel. If you don't want to be in the testing architecture. Go back
and change "~x86" to "x86". That's pretty easy... and no need to unamsk!

Regards.


2007/2/27, Grant <emailgrant@gmail.com>:
>
> > > I just did an emerge --sync; emerge world and I'm having some trouble
> with:
> > >
> > > <xfce-base/xfce4-panel-4.4 (is blocking xfce-base/libxfcegui4-4.4.0)
> > >
> > > I unmerged xfce4-panel but I still get the above blocking message.  A
> > > pretend emerge of xfce4-panel confirms that it is not installed.  How
> > > can I resolve this?
> >
> > This really is a great example of a question with too little information
> > provided? What were you trying to emerge? What's in your
> package.keywords
> > (only xfce entries are relevant here)?
>
> Removing all of this from package.keywords fixed it:
>
> xfce-extra/terminal
> >=xfce-extra/exo-0.3.2
> >=xfce-base/xfce-mcs-plugins-4.4.0
> >=xfce-base/libxfcegui4-4.4.0
> >=xfce-base/libxfce4util-4.4.0
> >=xfce-base/xfce-mcs-manager-4.4.0
> >=xfce-base/libxfce4mcs-4.4.0
>
> That is all required for the terminal package though.  I guess I
> should wait until I upgrade to xfce-4.4 before I bring terminal back
> into the loop?
>
> - Grant
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
BrunoProg64

------=_Part_29914_6286054.1172637810928
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div>Exist a much easier way to avoid unmasking packages. Go to your /etc/make.conf. Change your architecture from &quot;x86&quot; to &quot;~x86&quot;. Now emerge xfce4-panel. If you don&#39;t want to be in the testing architecture. Go back and change &quot;~x86&quot; to &quot;x86&quot;. That&#39;s pretty easy... and no need to unamsk!
</div>
<div>&nbsp;</div>
<div>Regards.<br><br>&nbsp;</div>
<div><span class="gmail_quote">2007/2/27, Grant &lt;<a href="mailto:emailgrant@gmail.com">emailgrant@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; &gt; I just did an emerge --sync; emerge world and I&#39;m having some trouble with:<br>&gt; &gt;<br>
&gt; &gt; &lt;xfce-base/xfce4-panel-4.4 (is blocking xfce-base/libxfcegui4-4.4.0)<br>&gt; &gt;<br>&gt; &gt; I unmerged xfce4-panel but I still get the above blocking message.&nbsp;&nbsp;A<br>&gt; &gt; pretend emerge of xfce4-panel confirms that it is not installed.&nbsp;&nbsp;How
<br>&gt; &gt; can I resolve this?<br>&gt;<br>&gt; This really is a great example of a question with too little information<br>&gt; provided? What were you trying to emerge? What&#39;s in your package.keywords<br>&gt; (only xfce entries are relevant here)?
<br><br>Removing all of this from package.keywords fixed it:<br><br>xfce-extra/terminal<br>&gt;=xfce-extra/exo-0.3.2<br>&gt;=xfce-base/xfce-mcs-plugins-4.4.0<br>&gt;=xfce-base/libxfcegui4-4.4.0<br>&gt;=xfce-base/libxfce4util-
4.4.0<br>&gt;=xfce-base/xfce-mcs-manager-4.4.0<br>&gt;=xfce-base/libxfce4mcs-4.4.0<br><br>That is all required for the terminal package though.&nbsp;&nbsp;I guess I<br>should wait until I upgrade to xfce-4.4 before I bring terminal back
<br>into the loop?<br><br>- Grant<br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote></div><br><br clear="all"><br>-- <br>BrunoProg64 

------=_Part_29914_6286054.1172637810928--
-- 
gentoo-user@gentoo.org mailing list