Re: [gentoo-portage-dev] [PATCH 00/10] EAPI 7, part one

2018-03-04 Thread Michał Górny
W dniu sob, 03.03.2018 o godzinie 17∶58 -0800, użytkownik Zac Medico napisał: > On 02/26/2018 07:59 AM, Michał Górny wrote: > > Hi, everyone. > > > > Here's the first part of EAPI 7 support patches. All changes included > > here were tested and should not break anything. I'd like to merge them >

[gentoo-portage-dev] [PATCH] gnome2-utils postinst: fix false positive for gtk-update-icon-cache (bug 649464)

2018-03-04 Thread Zac Medico
For the first install of gtk-update-icon-cache, there's no way to initialize state during preinst, so we have to ignore this package in order to avoid false positives. Bug: https://bugs.gentoo.org/649464 --- bin/postinst-qa-check.d/50gnome2-utils | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [gentoo-portage-dev] [PATCH] repoman: Warn on = dependencies without * or revision

2018-03-04 Thread Michał Górny
W dniu nie, 04.03.2018 o godzinie 12∶18 +0100, użytkownik Ulrich Mueller napisał: > > > > > > On Sat, 3 Mar 2018, Michał Górny wrote: > > Warn if the '=' package dependency operator is used along with pure > > version with no revision specified. This means to catch a common mistake > > of

Re: [gentoo-portage-dev] [PATCH] repoman: Warn on = dependencies without * or revision

2018-03-04 Thread Ulrich Mueller
> On Sat, 3 Mar 2018, Michał Górny wrote: > Warn if the '=' package dependency operator is used along with pure > version with no revision specified. This means to catch a common mistake > of developers copying '=' from upstream dependency specification while > '~' operator would be more

Re: [gentoo-portage-dev] [PATCH 08/10] dolib.{a,so}: inline the logic from dolib

2018-03-04 Thread Michał Górny
W dniu pon, 26.02.2018 o godzinie 16∶59 +0100, użytkownik Michał Górny napisał: > This cleans up the kinda-ugly logic necessary to preserve dolib.a/so > while removing dolib in EAPI 7, and removes the undesirable symlink > handling in dolib.a. > --- > bin/ebuild-helpers/dolib| 2 +- >