pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/yosys



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Tue Oct 22 05:31:32 UTC 2024

Modified Files:
        pkgsrc/devel/yosys: Makefile

Log Message:
Revert previous; I mis-read the documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/yosys/Makefile

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

Modified files:

Index: pkgsrc/devel/yosys/Makefile
diff -u pkgsrc/devel/yosys/Makefile:1.10 pkgsrc/devel/yosys/Makefile:1.11
--- pkgsrc/devel/yosys/Makefile:1.10    Tue Oct 22 05:30:01 2024
+++ pkgsrc/devel/yosys/Makefile Tue Oct 22 05:31:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/10/22 05:30:01 thorpej Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/22 05:31:32 thorpej Exp $
 
 # XXX Yosys changed their release tag format in 0.45 to just a bare
 # XXX number, sigh.
@@ -22,7 +22,7 @@ LICENSE=      isc
 DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
 
 ONLY_FOR_COMPILER=     clang gcc
-USE_LANGUAGES=         c c++17
+USE_LANGUAGES=         c c++
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index