Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 64:4f846c664620
FIX: Line continuation for Python 3.9
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 11 Jan 2024 11:12:22 +0100 |
| parents | 87850df999db |
| children | 9e9df3f25e7d |
| files | Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Jan 11 01:14:40 2024 +0100 +++ b/Makefile Thu Jan 11 11:12:22 2024 +0100 @@ -260,7 +260,7 @@ lib-python/3/uu.py \ lib-python/3/webbrowser.py \ lib_pypy/_cffi_ssl/tools/make_ssl_data.py \ - lib-python/3/test/ziptestdata/header.sh + lib-python/3/test/ziptestdata/header.sh \ lib-python/3/test/ziptestdata/exe_with_z64 \ lib-python/3/test/ziptestdata/exe_with_zip .elif ${PORT_OPTIONS:MFORPYIMPL310}
