Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tneidt@××××××.com>
To: gentoo-dev mailing list <gentoo-dev@××××××××××.org>
Subject: Re: [gentoo-dev] dev-lang/python-2.0-r5
Date: Tue, 30 Oct 2001 22:58:35
Message-Id: 1004486573.598.7.camel@Q.neidt.net
In Reply to: [gentoo-dev] dev-lang/python-2.0-r5 by Joe Bormolini
1 Hi!
2
3 Please find a patch that makes the python-2.0-r5.ebuild independent of
4 the tcl-tk version, i.e. no hard coded version number. This is done by
5 grep-ing the tcl and tk header files.
6
7 Also, is their a reason that tcl-tk-8.4 is masked. I have been using
8 8.4 with python-2.0 for well over 6 months. I also rebuilt python-2.0
9 with the patch mentioned above with tcl-tk-8.4 already merged.
10 /usr/bin/idle.py pops right up.
11
12 Comments welcome
13
14 tod
15
16
17 On Mon, 2001-10-29 at 01:42, Joe Bormolini wrote:
18 > dev-lang/python-2.0-r5.ebuild
19 > Line 48: s:#[[:blank:]]*-ltk8.0 -ltcl8.0:-ltk8.4 -ltcl8.4:
20 >
21 > the ebuild actually depends on >=dev-lang/tcl-tk-8.0 if tcltk is in USE yet a note above says the dep is =dev-lang/tcl-tk
22 >
23 > tcl-tk-8.4 is in package.mask listed as being incompatible with python, but the python ebuild tries to compile with -ltk8.4 and -ltcl8.4 no matter what version of tcl-tk is installed. Something needs to be fixed here :p
24 >
25 > --lordjoe
26 >
27 > _______________________________________________
28 > gentoo-dev mailing list
29 > gentoo-dev@××××××××××.org
30 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
31 >

Attachments

File name MIME type
python-2.0-r5-tcl-tk.patch text/plain

Replies

Subject Author
Re: [gentoo-dev] dev-lang/python-2.0-r5 Karl Trygve Kalleberg <karltk@×××××××.no>