changeset 13:cac5ab348000

FIX: This is because this is the master port for pypy3 also: build PyPy3 for Python 3.8. This is not beta quality any more.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 01 Oct 2022 14:14:27 +0200
parents a92355d5c173
children 0e79fd0685d3
files bsd.pypy.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bsd.pypy.mk	Sat Oct 01 13:23:31 2022 +0200
+++ b/bsd.pypy.mk	Sat Oct 01 14:14:27 2022 +0200
@@ -14,5 +14,5 @@
 PYPY_CFFI_VER=	${PYTHON_IMPL}-73
 .else # ${PYTHON_IMPL} == pypy3
 DISTVERSION=	7.3.9
-PYPY_CFFI_VER=	${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||}
+PYPY_CFFI_VER=	${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||}
 .endif