# HG changeset patch # User Franz Glasner # Date 1664124428 -7200 # Node ID aa65e876b77df85e30c7e809ce7c55a9ee284037 # Parent bbc009daf3c004f5dedcbe2b6276df74aef3a4e7 Include CPE information into plugin builds also diff -r bbc009daf3c0 -r aa65e876b77d uwsginl-plugin-lang-py3/Makefile --- a/uwsginl-plugin-lang-py3/Makefile Sun Sep 25 18:40:22 2022 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Sun Sep 25 18:47:08 2022 +0200 @@ -23,8 +23,9 @@ # This specific python version is built USES?= python:3.5+ gettext-runtime -# Some python version is needed when building -USES+= python:build pkgconfig +# Some python version is also needed when building +USES+= cpe python:build pkgconfig +CPE_VENDOR= unbit .include "${.CURDIR}/../uwsginl/Makefile.gh" diff -r bbc009daf3c0 -r aa65e876b77d uwsginl-plugin-lang-pypy3/Makefile --- a/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 18:40:22 2022 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 18:47:08 2022 +0200 @@ -22,7 +22,8 @@ RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl RUN_DEPENDS+= pypy3>=6:lang/pypy3 -USES= gettext-runtime pkgconfig +USES= cpe gettext-runtime pkgconfig +CPE_VENDOR= unbit .include "${.CURDIR}/../uwsginl/Makefile.gh"