consider filing a bug if the package is not ~x86.CoreDump wrote:Current ebuild do not work on latest portage tree
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
I have updated the ebuild & confirmed this fixes the problem.CoreDump wrote:Current ebuild do not work on latest portage tree
My 2cts:
remove line 56: S="${WORKDIR}/${PN}-${MY_PV}"
Change line 173:
./configure ${myconf} || die "configure died"
to
sh ./configure ${myconf} || die "configure died"
as permissions are wrong into zip file.