pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-licenses



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:50:24 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cargo-licenses/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-licenses/Makefile
diff -u pkgsrc/devel/cargo-licenses/Makefile:1.2 pkgsrc/devel/cargo-licenses/Makefile:1.3
--- pkgsrc/devel/cargo-licenses/Makefile:1.2    Fri Jan 24 13:31:30 2025
+++ pkgsrc/devel/cargo-licenses/Makefile        Wed Apr  2 10:50:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/24 13:31:30 pin Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/02 10:50:24 pin Exp $
 
 DISTNAME=      cargo-licenses-0.2.0
 CATEGORIES=    devel
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/jhenrique04
 COMMENT=       Tool to audit license information for Rust projects
 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.83.0



Home | Main Index | Thread Index | Old Index