It does this: 109 pkg_pretend() { 110 if use openmp; then 111 tc-has-openmp || die "Please switch to an openmp compatible compiler" 112 fi 113 } but it shouldn't be necessary when it's installed from a binary package (correct me if I'm wrong). Maybe it could be doing something like e.g. app-crypt/johntheripper pkg_setup() { if use openmp && [[ ${MERGE_TYPE} != binary ]]; then tc-has-openmp || die "Please switch to an openmp compatible compiler" fi }
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e3eed16f422d97562d24703ef1e0111af5081a commit 40e3eed16f422d97562d24703ef1e0111af5081a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-06-01 12:17:57 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-06-01 14:26:00 +0000 media-gfx/inkscape: Check compiler if compiling only Closes: https://bugs.gentoo.org/633406 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-gfx/inkscape/inkscape-0.92.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)