[gentoo-portage-dev] [PATCH] prepstrip: Fix double slash in pre-stripped list

2018-03-14 Thread Michał Górny
--- bin/ebuild-helpers/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 9b895c60b..2136e0d4d 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -255,7 +255,7 @@ if ! ${RESTRI

[gentoo-portage-dev] keepdir function missing when using qmerge to install binary packages

2018-03-14 Thread Joakim Tjernlund
I got an error msg similar to keepdir: function missing using qmerge to install. So this function seem missing and I wonder if that one should be defined/impl. inside the binary packet or if qmerge should provide it? Where can I find a list(and definitions) of functions etc. that the package ma

Re: [gentoo-portage-dev] [PATCH] prepstrip: Fix double slash in pre-stripped list

2018-03-14 Thread Zac Medico
On 03/14/2018 03:20 AM, Michał Górny wrote: > --- > bin/ebuild-helpers/prepstrip | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip > index 9b895c60b..2136e0d4d 100755 > --- a/bin/ebuild-helpers/prepstrip > +++ b/bi

Re: [gentoo-portage-dev] keepdir function missing when using qmerge to install binary packages

2018-03-14 Thread Zac Medico
On 03/14/2018 09:21 AM, Joakim Tjernlund wrote: > I got an error msg similar to > keepdir: function missing > using qmerge to install. > > So this function seem missing and I wonder if that one > should be defined/impl. inside the binary packet or if qmerge > should provide it? It's a bug in th