Gentoo Archives: gentoo-dev

From: Ali Polatel <hawking@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: python_need_rebuild
Date: Mon, 27 Oct 2008 19:47:11
Message-Id: 20081027194658.GB16513@trippin
In Reply to: [gentoo-dev] Re: python_need_rebuild by Christian Faulhammer
1 Christian Faulhammer yazmış:
2 > Hi,
3 >
4 > Ali Polatel <hawking@g.o>:
5 >
6 > > Packages using distutils_src_install don't need any modifications.
7 > > For other packages I've opened a tracker bug¹. The usage is simple,
8 > > just call python_need_rebuild without arguments in src_install.
9 >
10 > And what about packages (app-misc/gramps) that need a rebuilt, are not
11 > distutils based and use no python.eclass?
12 >
13 > V-Li
14 >
15
16 inherit python
17
18 src_install() {
19 python_need_rebuild
20 ...
21 }
22
23 --
24 Regards,
25 Ali Polatel