[gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Thierry de Coulon
Hello,

I'm in the process of emerging kde-meta. However, the process is stopped by 
the kopete ebuild that says I should reemerge x11-libs/qt-3* with USE=opengl.

Now emerge --pretend does not return anything that looks like qt-3, neither 
does emerge --search.

In any case, what I would like is to simply say forget about kopete, as I 
don't need or use that thing.

Is there a way top do thsi?

Thierry

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Florian Philipp
Am Sonntag 17 Juni 2007 10:40 schrieb Thierry de Coulon:
 Hello,

 I'm in the process of emerging kde-meta. However, the process is stopped by
 the kopete ebuild that says I should reemerge x11-libs/qt-3* with
 USE=opengl.

 Now emerge --pretend does not return anything that looks like qt-3, neither
 does emerge --search.

 In any case, what I would like is to simply say forget about kopete, as I
 don't need or use that thing.

 Is there a way top do thsi?

 Thierry

You should not search for qt-3 but simply qt.

If you want to specify a certain version you need to write equation marks in 
front fo the package name. In your case you have to write

emerge -pv =x11-libs/qt-3*

The best way to activate USE=opengl for just one package would be to create a 
file called package.use in /etc/portage and write the package and the 
useflag(s).

Anyway, just become root and then type in this command

echo =x11-libs/qt-3* opengl  /etc/portage/package.use


pgpclaj9Brhza.pgp
Description: PGP signature


Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread kristian
Do following:
1) in /etc/portage/package.use add this:
x11-libs/qt-3* opengl

2) emerge -av =x11-libs/qt-3.3.8-r2

-Kristian Poul Herkild

PS. You can find qt-3* with eix by doing this: eix qt

-Original Message-
From: Thierry de Coulon [EMAIL PROTECTED]
Date: Sun, 17 Jun 2007 10:40:26 +0200
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] emerging blockes by non-existing (?) ebuild

Hello,

I'm in the process of emerging kde-meta. However, the process is stopped by 
the kopete ebuild that says I should reemerge x11-libs/qt-3* with USE=opengl.

Now emerge --pretend does not return anything that looks like qt-3, neither 
does emerge --search.

In any case, what I would like is to simply say forget about kopete, as I 
don't need or use that thing.

Is there a way top do thsi?

Thierry

-- 
[EMAIL PROTECTED] mailing list




-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Peter Alfredsen
On Sunday 17 June 2007, [EMAIL PROTECTED] wrote:
 Do following:
 1) in /etc/portage/package.use add this:
 x11-libs/qt-3* opengl

=x11-libs/qt-3*  opengl

Is more likely to succeed, I think.

/PA
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Thierry de Coulon
On Sunday 17 June 2007 11:39, Peter Alfredsen wrote:
 On Sunday 17 June 2007, [EMAIL PROTECTED] wrote:
  Do following:
  1) in /etc/portage/package.use add this:
  x11-libs/qt-3* opengl

 =x11-libs/qt-3*  opengl

 Is more likely to succeed, I think.

 /PA

Thanks to all!

I had added the use flag (in make.conf because I do want opengl), what I had 
missed was the = in front of the package name. Too long since I last 
installed gentoo, I guess.

Thanks for the quick help.

Thierry

-- 
[EMAIL PROTECTED] mailing list