Gentoo Archives: gentoo-user

From: Rodrigo Lazo <rlazo.paz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] SQLITE tcl useflag - what for?
Date: Sat, 14 Apr 2007 16:26:32
Message-Id: 86647zdj1n.fsf@mash.doux
1 Hi everybody,
2
3 I was emerging sqlite when I found this:
4
5 mash jpc # emerge -pv sqlite
6
7 These are the packages that would be merged, in order:
8
9 [ebuild N ] dev-lang/tcl-8.4.9 USE="-threads" 0 kB
10 [ebuild N ] dev-db/sqlite-3.3.5-r1 USE="doc -debug -nothreadsafe -tcl" 0 kB
11
12 Total: 2 packages (2 new), Size of downloads: 0 kB
13
14
15 but, ey! the tcl useflag is not set... so I try it with the useflag set I found this:
16
17
18 mash jpc # USE="tcl" emerge -pv sqlite
19
20 These are the packages that would be merged, in order:
21
22 [ebuild N ] dev-lang/tcl-8.4.9 USE="-threads" 0 kB
23 [ebuild N ] dev-db/sqlite-3.3.5-r1 USE="doc tcl -debug -nothreadsafe" 0 kB
24
25 Total: 2 packages (2 new), Size of downloads: 0 kB
26
27 No matter if I set the flag or not... I always get the tcl dependency...
28
29 Any idea?
30
31 Thanks
32
33 --
34
35 Rodrigo Lazo (rlazo)
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SQLITE tcl useflag - what for? "Bo Ørsted Andresen" <bo.andresen@××××.dk>