[gentoo-dev] Packages up for grabs

2019-12-31 Thread Manuel Rüger
Due to lack of time, dropping myself from these packages: These are in need of a new maintainer: app-admin/go-updater app-admin/kube-bench app-admin/linux-bench app-emulation/cri-tools app-metrics/prom2json app-shells/zsh-completions dev-python/docker-py dev-go/goversion net-misc/istioctl sys-clu

Re: [gentoo-dev] [PATCH] ruby-ng.eclass: Include (-) in RUBY_TARGETS USE-dependencies

2019-12-31 Thread Ulrich Mueller
> On Tue, 31 Dec 2019, David Seifert wrote: > On Tue, 2019-12-31 at 05:34 +0100, Michał Górny wrote: >> --- a/eclass/ruby-ng.eclass >> +++ b/eclass/ruby-ng.eclass >> @@ -137,7 +137,7 @@ ruby_samelib() { >> local res= >> for _ruby_implementation in $(_ruby_get_all_impls); do >> has -${_ruby_imp

Re: [gentoo-dev] [PATCH] ruby-ng.eclass: Include (-) in RUBY_TARGETS USE-dependencies

2019-12-31 Thread David Seifert
On Tue, 2019-12-31 at 05:34 +0100, Michał Górny wrote: > Using 2-style USE dependencies on packages not having the flag > in question is forbidden by PMS. > > Signed-off-by: Michał Górny > --- > eclass/ruby-ng.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a