Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] [PATCH] USE aware emerge
Date: Sat, 28 Dec 2002 22:05:38
Message-Id: wxxel8194wi.fsf@nommo.uio.no
In Reply to: Re: [gentoo-dev] [PATCH] USE aware emerge by Martin Svenningsson
1 Martin Svenningsson <e01msv@×××××××.se> writes:
2
3 > On 28 Dec 2002, Terje Kvernes wrote:
4 >
5 > > x200 bin # emerge --pretend mozilla
6 > > Traceback (most recent call last):
7 > > File "/usr/bin/emerge", line 6, in ?
8 > > import os,sys,portage,emergehelp,xpak,string,re,commands,time,threading,shutil,traceback
9 > > ImportError: No module named emergehelp
10 >
11 > Well, you can't patch /usr/bin/emerge, you have to patch the source
12 > (in /var/tmp...) and merge it with ebuild.
13
14 ah. right. that helped. rather nifty, but some linewrapping
15 should be done for the USE flags:
16
17 [enabled] java crypt ssl ldap gnome
18 [disabled]
19 [unset] ipv6 gtk2 mozsvg mozcalendar mozaccess mozinterfaceinfo
20 mozp3p mozxmlterm moznoirc moznomail moznocompose moznoxft
21
22 of course, wrapping at the window width is a good thing. :-)
23
24 anyhow, way cool and very nifty! thanks!
25
26
27 --
28 Terje
29
30 --
31 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] [PATCH] USE aware emerge "Christian \\\"cycloon\\\" Gut" <cycloon@×××××××.org>