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:   wiz
Date:           Thu May 16 20:02:20 UTC 2024

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

Log Message:
gnuradio-core: match incompatible python versions to used dependency's


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/ham/gnuradio-core/options.mk:1.10
--- pkgsrc/ham/gnuradio-core/options.mk:1.9     Tue Jun  6 12:41:36 2023
+++ pkgsrc/ham/gnuradio-core/options.mk Thu May 16 20:02:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2023/06/06 12:41:36 riastradh Exp $
+# $NetBSD: options.mk,v 1.10 2024/05/16 20:02:20 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuradio
 PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa
@@ -26,6 +26,7 @@ do-build:
 .endif
 
 .if !empty(PKG_OPTIONS:Mfilter-design)
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 38 312
 DEPENDS+=      ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
 .endif
 



Home | Main Index | Thread Index | Old Index