From 60b0f461710ca30e025256ebe5c45281716fd85f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 6 Nov 2021 03:06:00 +0800 Subject: [PATCH] print/py-collidoscope: Update USES=python print/py-fonttools requires Python 3.7+ --- print/py-collidoscope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/py-collidoscope/Makefile b/print/py-collidoscope/Makefile index 101dce871de8..433421d6ad17 100644 --- a/print/py-collidoscope/Makefile +++ b/print/py-collidoscope/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0.0.3:graphics/py-beziers@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}glyphtools>=0:print/py-glyphtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes