mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-util/fontmake: add optional deps for testing
Closes: https://bugs.gentoo.org/840368 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -37,6 +37,8 @@ BDEPEND="
|
||||
test? (
|
||||
media-gfx/fontdiff
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
>=dev-python/ttfautohint-py-0.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/MutatorMath-3.0.1[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
PATCHES=(
|
||||
@@ -52,5 +54,5 @@ pkg_setup() {
|
||||
pkg_postinst() {
|
||||
optfeature "mutatormath support" >=dev-python/MutatorMath-3.0.1[${PYTHON_USEDEP}]
|
||||
optfeature "pathops support" >=dev-python/skia-pathops-0.3.0[${PYTHON_USEDEP}]
|
||||
optfeature "autohint support" >=dev-python/ttfautohint-0.5.0[${PYTHON_USEDEP}]
|
||||
optfeature "autohint support" >=dev-python/ttfautohint-py-0.5.0[${PYTHON_USEDEP}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user