# HG changeset patch # User Franz Glasner # Date 1664980050 -7200 # Node ID a712910242ac34f03cd89f3d76c42e4705f4cf7e # Parent f1c2bf3cb7abecc0602b688b5025e81b463fa1d6 Mark FORPYIMPL39 as broken because of a missing make target in the generated Makefile. This seems to be a bug in upstream PyPy3.9. diff -r f1c2bf3cb7ab -r a712910242ac Makefile --- a/Makefile Wed Oct 05 15:40:21 2022 +0200 +++ b/Makefile Wed Oct 05 16:27:30 2022 +0200 @@ -64,6 +64,8 @@ FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 +FORPYIMPL39_BROKEN= Broken because of unexisting make target `pypy3-c` + PACKAGE_ARGS= --without-sqlite3 --without-_tkinter pre-install: