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:   ryoon
Date:           Sun Jul 10 14:36:25 UTC 2022

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: Fix typo in assignment


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 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.299 pkgsrc/emulators/qemu/Makefile:1.300
--- pkgsrc/emulators/qemu/Makefile:1.299        Sun Jul 10 12:20:04 2022
+++ pkgsrc/emulators/qemu/Makefile      Sun Jul 10 14:36:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.299 2022/07/10 12:20:04 wiz Exp $
+# $NetBSD: Makefile,v 1.300 2022/07/10 14:36:25 ryoon Exp $
 
 DISTNAME=      qemu-7.0.0
 PKGREVISION=   2
@@ -22,7 +22,7 @@ HAS_CONFIGURE=                yes
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
 GCC_REQD+=             7
 
-PYTHON_VERSIONS_INCOMPATIBLE   27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-rtd-theme>=0.4.3:../../textproc/py-sphinx-rtd-theme



Home | Main Index | Thread Index | Old Index