pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-edit



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cargo-edit/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-edit/Makefile
diff -u pkgsrc/devel/cargo-edit/Makefile:1.2 pkgsrc/devel/cargo-edit/Makefile:1.3
--- pkgsrc/devel/cargo-edit/Makefile:1.2        Mon Mar 17 20:58:48 2025
+++ pkgsrc/devel/cargo-edit/Makefile    Wed Apr  2 10:49:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/03/17 20:58:48 pin Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/02 10:49:47 pin Exp $
 
 DISTNAME=      cargo-edit-0.13.1
 # v0.13.2 requires Rust >= 1.85
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/killercup/c
 COMMENT=       Utility for managing cargo dependencies from the command line
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 SITES.curl-sys-0.4.78+curl-8.11.0.crate=       https://static.crates.io/crates/curl-sys/
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index