pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:00:52 UTC 2024

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.347 pkgsrc/emulators/qemu/Makefile:1.348
--- pkgsrc/emulators/qemu/Makefile:1.347        Wed Jul 17 04:12:47 2024
+++ pkgsrc/emulators/qemu/Makefile      Sat Aug 10 07:00:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.347 2024/07/17 04:12:47 adam Exp $
+# $NetBSD: Makefile,v 1.348 2024/08/10 07:00:51 adam Exp $
 
 DISTNAME=      qemu-9.0.2
 CATEGORIES=    emulators
@@ -24,7 +24,7 @@ HAS_CONFIGURE=                yes
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
 GCC_REQD+=     7
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index