Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH/RFC] userinstall: new feature for running src_install as non root
Date: Tue, 24 Nov 2015 23:58:55
Message-Id: 5654F9B7.6020007@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH/RFC] userinstall: new feature for running src_install as non root by Mike Frysinger
1 On 11/24/2015 03:11 PM, Mike Frysinger wrote:
2 > This does not support fowners just yet as we'll need to queue/dequeue
3 > the accounts on the fly.
4 >
5 > X-Gentoo-Bug: 566614
6 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/566614
7 > ---
8 > man/make.conf.5 | 4 ++++
9 > pym/portage/const.py | 1 +
10 > pym/portage/package/ebuild/config.py | 22 +++++++++-------------
11 > pym/portage/package/ebuild/doebuild.py | 9 ++++++---
12 > 4 files changed, 20 insertions(+), 16 deletions(-)
13
14 In pym/repoman/qa_data.py you need to add userinstall to valid_restrict.
15
16 Otherwise, looks good.
17 --
18 Thanks,
19 Zac

Replies