Re: Fwd: [gentoo-portage-dev] [PATCH v2] Support PORTAGE_LOG_FILTER_FILE (bug 709746)

2020-03-02 Thread Zac Medico
On 3/2/20 10:33 PM, Michael 'veremitz' Everitt wrote: >> diff --git a/man/make.conf.5 b/man/make.conf.5 >> index f82fed65a..69bfa6cdf 100644 >> --- a/man/make.conf.5 >> +++ b/man/make.conf.5 >> @@ -979,6 +979,10 @@ with an integer pid. For example, a value of "ionice >> \-c 3 \-p \\${PID}" >>

Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-02 Thread Zac Medico
On 3/2/20 1:11 PM, Matt Turner wrote: > On Sun, Mar 1, 2020 at 10:39 PM Zac Medico wrote: >> >> On 2/20/20 9:29 PM, Matt Turner wrote: >>> @@ -564,7 +577,22 @@ def findPackages( >>> >>> # Exclude if binpkg exists in the porttree and not --deep >>> if not destructive and

Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-02 Thread Zac Medico
On 3/2/20 1:02 PM, Matt Turner wrote: > On Mon, Mar 2, 2020 at 12:40 PM Matt Turner wrote: >> >> On Sun, Mar 1, 2020 at 10:32 PM Zac Medico wrote: >>> >>> On 2/20/20 9:29 PM, Matt Turner wrote: + def findPackages( options, exclude=None, @@ -564,7

Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-02 Thread Matt Turner
On Sun, Mar 1, 2020 at 10:39 PM Zac Medico wrote: > > On 2/20/20 9:29 PM, Matt Turner wrote: > > @@ -564,7 +577,22 @@ def findPackages( > > > > # Exclude if binpkg exists in the porttree and not --deep > > if not destructive and port_dbapi.cpv_exists(cpv): > > -

Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-02 Thread Matt Turner
On Mon, Mar 2, 2020 at 12:40 PM Matt Turner wrote: > > On Sun, Mar 1, 2020 at 10:32 PM Zac Medico wrote: > > > > On 2/20/20 9:29 PM, Matt Turner wrote: > > > + > > > def findPackages( > > > options, > > > exclude=None, > > > @@ -564,7 +577,22 @@ def findPackages( > > > > > >

Re: [gentoo-portage-dev] [PATCH gentoolkit 2/2] eclean: Add option to delete binpkgs with changed deps

2020-03-02 Thread Matt Turner
On Sun, Mar 1, 2020 at 10:32 PM Zac Medico wrote: > > On 2/20/20 9:29 PM, Matt Turner wrote: > > + > > def findPackages( > > options, > > exclude=None, > > @@ -564,7 +577,22 @@ def findPackages( > > > > # Exclude if binpkg exists in the porttree and not --deep > >