Gentoo Archives: gentoo-user

From: "Marko Kocić" <marko.kocic@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerge --inject equivalent
Date: Tue, 08 Jul 2008 16:34:56
Message-Id: 9238e8de0807080934kc8f421aw2728c5270d8dd39b@mail.gmail.com
In Reply to: Re: [gentoo-user] Emerge --inject equivalent by Kenneth Prugh
1 Does that mean that I will be prompted to recompile when some flag
2 that is used is changed or when new version becomes available?
3
4 Thanks,
5 Marko
6
7 2008/7/8 Kenneth Prugh <ken69267@×××××.com>:
8 > On Tue, 8 Jul 2008 18:14:13 +0200
9 > "Marko Kocić" <marko.kocic@×××××.com> wrote:
10 >
11 >> Does anyone knows about emerge --inject equivalent? Inject was used to
12 >> tell (lie to) portage that some package is installed alhough it is
13 >> not.
14 >>
15 >> What I was to trying to do is to avoid recompilation of the whole
16 >> glibc because new flag fas been added to CROSSCOMPILE_OPTIONS.
17 >> emerge -uDN world keeps me bugging that I should recompile glibc.
18 >>
19 >> The same story applies to different packages. If new USE flag is added
20 >> which I don't use anyways, I still have to recompile the same version
21 >> of package because emerge bugs me to do it.
22 >>
23 >> Does anyone knows how to avoid unnecessary recompilation in this case?
24 >>
25 >> Or should I open new bug to change default behaviour of emerge -N flag
26 >> for new USE flags which are not used anyways?
27 >>
28 >> Thanks,
29 >> Marko
30 >
31 > /etc/portage/profile/package.provided
32 >
33 > man portage for details. syntax is "x11-wm/dwn-5.0.1" if I recall
34 > correctly.
35 >
36 > --
37 > Ken69267 | AMD64 Gentoo Dev
38 > --
39 > gentoo-user@l.g.o mailing list
40 >
41 >

Replies

Subject Author
Re: [gentoo-user] Emerge --inject equivalent Kenneth Prugh <ken69267@×××××.com>