Re: [gentoo-portage-dev] [PATCH] per package environment: generalize the mechanism to be profile specific

2014-09-15 Thread Zac Medico
On 09/15/2014 11:42 AM, Bertrand Simonnet wrote: > I replaced the FEATURES gate by a profile-formats option. > I added some logic to find layout.conf for a given profile path. (find > the first > parent dir named profiles then check ../metadata/layout.conf) > Is there a corner case that I missed?

Re: [gentoo-portage-dev] [PATCH] per package environment: generalize the mechanism to be profile specific

2014-09-15 Thread Bertrand Simonnet
Second patch containing only the ebuild.sh change. Answers to suggestions inline. On Thu, Sep 11, 2014 at 12:49 PM, Zac Medico wrote: > On 09/11/2014 04:18 AM, Bertrand Simonnet wrote: > > Hi guys, > > > > I have been working on a patch to make package.env (and env/ files) > > stackable with the

[gentoo-portage-dev] [PATCH] emerge: --autounmask-write if --ask (bug 481578)

2014-09-15 Thread Alexander Berntsen
From: Alexander Berntsen Signed-off-by: Alexander Berntsen --- For Brian to review, and anyone else who feels like it. man/emerge.1| 3 ++- pym/_emerge/depgraph.py | 7 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index e32bb43.