Gentoo Archives: gentoo-user

From: Andrea Conti <alyf@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What's up with the "hardened" USE flag?
Date: Mon, 04 Jul 2011 12:02:09
Message-Id: 4E11AB5D.1030304@alyf.net
In Reply to: Re: [gentoo-user] What's up with the "hardened" USE flag? by Daniel Pielmeier
1 Hello,
2
3 > Everyone will get this. The culprit is a change in the
4 > pax-utils.eclass [1]. Which adds USE="hardened to every consumer" of
5 > the eclass.
6
7 That's IUSE, not USE. USE flags are not touched (at least on
8 non-hardened systems), so the change is only picked up by emerge if you
9 use the --new-use option.
10
11 > It changes nothing for non hardened users but forces a
12 > rebuild of the affected packages.
13
14 If you're positively sure that a package's USE flags did not change
15 since when it was last compiled, you can avoid recompiling by adding (or
16 removing) the "hardened" flag in /var/db/pkg/<category>/<package>/IUSE.
17
18 andrea

Replies

Subject Author
Re: [gentoo-user] What's up with the "hardened" USE flag? Daniel Pielmeier <billie@g.o>