pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  3 08:28:24 UTC 2025

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
gnuradio-core: fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/ham/gnuradio-core/Makefile.common

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.57 pkgsrc/ham/gnuradio-core/Makefile.common:1.58
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.57       Thu Apr  3 07:04:34 2025
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Thu Apr  3 08:28:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.57 2025/04/03 07:04:34 wiz Exp $
+# $NetBSD: Makefile.common,v 1.58 2025/04/03 08:28:24 adam Exp $
 # used by ham/gnuradio-channels/Makefile
 # used by ham/gnuradio-companion/Makefile
 # used by ham/gnuradio-core/Makefile
@@ -67,7 +67,7 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 # filter designer
 DEPENDS+=      ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39 313 # p-qtgraph-qt5
+PYTHON_VERSIONS_INCOMPATIBLE=  39 313 # py-qtgraph-qt5
 
 DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=      ${.CURDIR}/../../ham/gnuradio-core/patches



Home | Main Index | Thread Index | Old Index