Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 663432

Summary: media-fonts/terminus-font-4.46: python dependency missing
Product: Gentoo Linux Reporter: Nuno Silva <njsg>
Component: Current packagesAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED FIXED    
Severity: normal CC: dominique.c.michel, jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for terminus-font-4.46.ebuild

Description Nuno Silva 2018-08-12 09:17:06 UTC
Created attachment 543190 [details, diff]
patch for terminus-font-4.46.ebuild

media-fonts/terminus-font-4.46 requires python3 to build, but the ebuild does not have the proper dependencies and emerging fails with "No supported Python implementation installed." instead of pulling such a python implementation.

Adding ${PYTHON_DEPS} to DEPEND (and removing ${PYTHON_DEPEND}) fixes this, patch attached.
Comment 1 Dominique Michel 2019-01-07 05:59:58 UTC
Same issue with 4.47

It was also necessary to change PYTHON_COMPAT=( python3_{4,5,6,7} ) into
PYTHON_COMPAT=( python3_{5,6,7} )
Comment 2 Nuno Silva 2019-10-23 13:20:54 UTC
This has been fixed by mgorny in commit f3c04f38e8120d280d4e1fa3596314b532a649ca for versions 4.46, 4.47 and 4.48.