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-55352-garchives=archives.gentoo.org@gentoo.org>)
	id 1GoQ8e-0004He-S6
	for garchives@archives.gentoo.org; Sun, 26 Nov 2006 19:58:09 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAQJrZOm024742;
	Sun, 26 Nov 2006 19:53:35 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAQJmYYV013132
	for <gentoo-user@lists.gentoo.org>; Sun, 26 Nov 2006 19:48:34 GMT
Received: by nf-out-0910.google.com with SMTP id c31so2942506nfb
        for <gentoo-user@lists.gentoo.org>; Sun, 26 Nov 2006 11:48:34 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=K+GChkGEwsCt3OgqasFfYbcESnWcg6QSX6IFTuOH7+xYbYxAAP1OYi6vE6RnFpgZIXuvRKvthe1nOHePsWhpTmo57jHBSvTUy7R+ezFRL4N6TRtYj/qEHjDfGL50N0fHlwYllSgHh1xrMYet0e7whC37vqnp4VC5s4bBHar2I1A=
Received: by 10.82.105.13 with SMTP id d13mr1853711buc.1164570514175;
        Sun, 26 Nov 2006 11:48:34 -0800 (PST)
Received: by 10.82.106.2 with HTTP; Sun, 26 Nov 2006 11:48:34 -0800 (PST)
Message-ID: <7573e9640611261148t5fcca7e0k873d2744f735d3d6@mail.gmail.com>
Date: Sun, 26 Nov 2006 12:48:34 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New user: can't emerge Gimp.
In-Reply-To: <4569EB6B.8020807@tekproject.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: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <4569EB6B.8020807@tekproject.com>
X-Google-Sender-Auth: d329626e889b8e09
X-Archives-Salt: 11a89517-6861-4af0-a979-1dddd1de0226
X-Archives-Hash: 8cd3564b391f6d0f2021ad50103af575

On 11/26/06, Tek Project <info@tekproject.com> wrote:
>   pyopengl-2.0.0.44.ebuild line 34: Called built_with_use
> 'dev-lang/python' 'tk'
>   eutils.eclass, line 1619:  Called die
>
> !!! dev-lan/python-2.4.3-r1 does not actually support the tk USE flag!

This means you need to remerge python with USE=tk.

# echo "dev-lang/python tk" >> /etc/portage/package.use
# emerge --oneshot dev-lang/python

Then re-merge gimp.

Your other option is to disable the python useflag for gimp, and then
gimp won't care:

# echo "media-gfx/gimp -python" >> /etc/portage/package.use

-Richard
-- 
gentoo-user@gentoo.org mailing list