pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: Fix typo in assignment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6082974867e5
branches:  trunk
changeset: 381579:6082974867e5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jul 10 14:36:25 2022 +0000

description:
qemu: Fix typo in assignment

diffstat:

 emulators/qemu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c46926fbb5e -r 6082974867e5 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Sun Jul 10 12:20:04 2022 +0000
+++ b/emulators/qemu/Makefile   Sun Jul 10 14:36:25 2022 +0000
@@ -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 @@
 # 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