projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4626afe
)
media-fonts/noto-emoji: Add forgotten python_check_deps call
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 14 Mar 2020 14:49:04 +0000
(15:49 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 14 Mar 2020 14:49:04 +0000
(15:49 +0100)
Closes: https://bugs.gentoo.org/712450
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-fonts/noto-emoji/noto-emoji-20200311.ebuild
patch
|
blob
|
history
diff --git
a/media-fonts/noto-emoji/noto-emoji-20200311.ebuild
b/media-fonts/noto-emoji/noto-emoji-20200311.ebuild
index 273566fce3e4149cebfe1378b798a7828d2841ba..9d97e1785d55f65496afc709bab881f631e6f09c 100644
(file)
--- a/
media-fonts/noto-emoji/noto-emoji-20200311.ebuild
+++ b/
media-fonts/noto-emoji/noto-emoji-20200311.ebuild
@@
-36,6
+36,11
@@
S="${WORKDIR}/${PN}-${COMMIT}"
FONT_S="${S}"
FONT_SUFFIX="ttf"
+python_check_deps() {
+ has_version "dev-python/fonttools[${PYTHON_USEDEP}]" && \
+ has_version "dev-python/nototools[${PYTHON_USEDEP}]"
+}
+
PATCHES=(
# From Fedora
"${FILESDIR}/${PN}-build-all-flags.patch"