Re: [gentoo-dev] hardened glibc and gcc dependencies

2011-10-27 Thread Nirbheek Chauhan
On Thu, Oct 27, 2011 at 9:38 PM, "Paweł Hajdan, Jr." wrote: > On 10/27/11 11:03 AM, "Paweł Hajdan, Jr." wrote: >> In glibc: DEPEND="gcc[hardened?]" >> In gcc: PDEPEND="elibc_glibc? glibc[hardened?]" > > I even got an OK on #gentoo-hardened, but I just realized that EAPI-0 > (that both packages in

Re: [gentoo-dev] hardened glibc and gcc dependencies

2011-10-27 Thread Paweł Hajdan, Jr.
On 10/27/11 11:03 AM, "Paweł Hajdan, Jr." wrote: > In glibc: DEPEND="gcc[hardened?]" > In gcc: PDEPEND="elibc_glibc? glibc[hardened?]" I even got an OK on #gentoo-hardened, but I just realized that EAPI-0 (that both packages in question use) doesn't allow use deps like [hardened?]. I guess bumpin

[gentoo-dev] hardened glibc and gcc dependencies

2011-10-27 Thread Paweł Hajdan, Jr.
As a part of my earlier threads I tried to figure out the migration plan from not hardened glibc and not hardened gcc to both of them hardened. That of course raises questions like - what we compile first, and what are dependencies here? Here's what I have figured out - by _experimenting_ not spe