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

Bug 719302

Summary: media-fonts/noto-emoji[-buildfont]: No Python implementation found for the build.
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Pacho Ramos <pacho>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Sturmlechner gentoo-dev 2020-04-24 21:35:44 UTC
If at least one of two packages is not installed:

dev-python/fonttools
dev-python/nototools


Function is missing USE buildfont conditional:

python_check_deps() {
	has_version "dev-python/fonttools[${PYTHON_USEDEP}]" && \
        has_version "dev-python/nototools[${PYTHON_USEDEP}]"
}
Comment 1 Pacho Ramos gentoo-dev 2020-04-25 08:58:11 UTC

*** This bug has been marked as a duplicate of bug 719264 ***