Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: Seemant Kulleen <seemant@g.o>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] RFC: split tcltk USE flag to tcl and tk
Date: Sun, 17 Aug 2003 08:32:23
Message-Id: 20030817083228.GC16981@curie-int.orbis-terrarum.net
In Reply to: Re: [gentoo-dev] RFC: split tcltk USE flag to tcl and tk by Seemant Kulleen
1 On Sun, Aug 17, 2003 at 01:08:33AM -0700, Seemant Kulleen wrote:
2 > This has come up before, and I still wish to voice against it. Like I
3 > said to Mike (vapier/spanky) in a previous post, and what msterret and I
4 > are working on fixing through the tree is:
5 >
6 > tcltk? ( X? ( blah ) )
7 >
8 > which is more accurate. By separating them you run into this error
9 > case:
10 >
11 > USE="-tcl tk"
12 >
13 > except that tk needs tcl. And once upon a time they actually were
14 > separate. I put them together because every ebuild that had a tk dep in
15 > it was doing:
16 >
17 > tcl? ( tcl ) tk? ( tk )
18 >
19 > which is just silly really.
20 >
21 > My 2 cents,
22
23 Two possible solutions for this:
24 1. Have the 'tk' USE flag imply the 'tcl' USE flag. This would cause the
25 'tcl? ( tcl ) tk? ( tk )' example to resolve correctly.
26 2. the ebuilds doing 'tcl? ( tcl ) tk? ( tk )' are quite clearly wrong,
27 as tk is the graphical toolkit for tcl, ergo they should have
28 'IUSE="tk"' and that would pull in tcl as well.
29
30 --
31 Robin Hugh Johnson
32 E-Mail : robbat2@××××××××××××××.net
33 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
34 ICQ# : 30269588 or 41961639
35 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies