mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-fonts/noto-emoji: fix python_check_deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -36,12 +36,13 @@ RESTRICT="binchecks strip"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
python_check_deps() {
|
||||
has_version -b "dev-python/fonttools[${PYTHON_USEDEP}]" &&
|
||||
has_version -b "dev-python/nototools[${PYTHON_USEDEP}]"
|
||||
python_has_version ">=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}]" \
|
||||
">=dev-python/nototools-0.2.13[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
font_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -36,12 +36,13 @@ RESTRICT="binchecks strip"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version -b ">=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}]" &&
|
||||
python_has_version -b ">=dev-python/nototools-0.2.13[${PYTHON_USEDEP}]"
|
||||
python_has_version ">=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}]" \
|
||||
">=dev-python/nototools-0.2.13[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
font_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user