Re: [gentoo-portage-dev] binpkg doesn't pull-in dependency required by USE flag

2009-12-30 Thread Zac Medico
On 12/29/2009 11:45 PM, Amit Dor-Shifer wrote: Normally, when jce is on, sun-jdk pulls-in sun-jce-bin: amit0 myebuilds # USE=${USE} jce emerge -p sun-jdk These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N f ] dev-java/sun-jce-bin-1.6.0

[gentoo-portage-dev] forcing a USE flag if another is on

2009-12-30 Thread Amit Dor-Shifer
Is there some method of specifing if USE flag X is enabled, enable USE flag y as-well? Something like a conditional use.force file in profiles/. Amit

[gentoo-portage-dev] Re: forcing a USE flag if another is on

2009-12-30 Thread Duncan
Amit Dor-Shifer posted on Wed, 30 Dec 2009 16:45:40 +0200 as excerpted: Is there some method of specifing if USE flag X is enabled, enable USE flag y as-well? Something like a conditional use.force file in profiles/. Amit That should be doable globally using /etc/portage/bashrc or the like (

Re: [gentoo-portage-dev] Re: forcing a USE flag if another is on

2009-12-30 Thread Brian Harring
On Wed, Dec 30, 2009 at 04:20:45PM +, Duncan wrote: Amit Dor-Shifer posted on Wed, 30 Dec 2009 16:45:40 +0200 as excerpted: Is there some method of specifing if USE flag X is enabled, enable USE flag y as-well? Something like a conditional use.force file in profiles/. Amit That