Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 719302 - media-fonts/noto-emoji[-buildfont]: No Python implementation found for the build.
Summary: media-fonts/noto-emoji[-buildfont]: No Python implementation found for the bu...
Status: RESOLVED DUPLICATE of bug 719264
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-24 21:35 UTC by Andreas Sturmlechner
Modified: 2020-04-25 08:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***