Am July 8, 2020 2:57:57 AM UTC schrieb Max Magorsch :
>Hi all,
>
>I am glad to announce further progress at packages.gentoo.org (pgo in
>the following). Compared to previous work during the last months,
>which mostly addressed the back end, the new changes are rather
>comprehensive. That's why I am
Hi all,
I am glad to announce further progress at packages.gentoo.org (pgo in
the following). Compared to previous work during the last months,
which mostly addressed the back end, the new changes are rather
comprehensive. That's why I am looking forward to feedback here.
So the tl;dr is that the
The ebuild is missing an "inherit" line below the "EAPI" one that specifies
"toolchain-funcs" (which is the eclass that provides the "tc-*" functions. Try
EAPI=7
inherit toolchain-funcs
Fantastic! Thank you very much! This fixed the problem!