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:   jperkin
Date:           Fri Oct 11 14:20:35 UTC 2024

Modified Files:
        pkgsrc/ham/gnuradio-core: options.mk

Log Message:
gnuradio-core: Not for python313 if using py-qtgraph-qt5.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-core/options.mk

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/options.mk
diff -u pkgsrc/ham/gnuradio-core/options.mk:1.14 pkgsrc/ham/gnuradio-core/options.mk:1.15
--- pkgsrc/ham/gnuradio-core/options.mk:1.14    Wed Aug 28 16:53:03 2024
+++ pkgsrc/ham/gnuradio-core/options.mk Fri Oct 11 14:20:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2024/08/28 16:53:03 gdt Exp $
+# $NetBSD: options.mk,v 1.15 2024/10/11 14:20:35 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuradio
 PKG_SUPPORTED_OPTIONS= filter-design alsa
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS=  filter-design
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mfilter-design)
-PYTHON_VERSIONS_INCOMPATIBLE+= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 38 313
 DEPENDS+=      ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
 .endif
 



Home | Main Index | Thread Index | Old Index