pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-about



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:49:04 UTC 2025

Modified Files:
        pkgsrc/devel/cargo-about: Makefile

Log Message:
devel/cargo-about: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/cargo-about/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/cargo-about/Makefile
diff -u pkgsrc/devel/cargo-about/Makefile:1.5 pkgsrc/devel/cargo-about/Makefile:1.6
--- pkgsrc/devel/cargo-about/Makefile:1.5       Tue Feb 25 21:06:18 2025
+++ pkgsrc/devel/cargo-about/Makefile   Wed Apr  2 10:49:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/02/25 21:06:18 pin Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/02 10:49:04 pin Exp $
 
 DISTNAME=      cargo-about-0.6.6
 #cargo-about-0.7.0 requires Rust >= 1.85
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/EmbarkStudi
 COMMENT=       Cargo plugin to generate list of all licenses for a crate
 LICENSE=       apache-2.0 OR mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.81.0



Home | Main Index | Thread Index | Old Index