pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-upgrades



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/cargo-upgrades/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-upgrades/Makefile
diff -u pkgsrc/devel/cargo-upgrades/Makefile:1.9 pkgsrc/devel/cargo-upgrades/Makefile:1.10
--- pkgsrc/devel/cargo-upgrades/Makefile:1.9    Fri Jan 24 21:22:30 2025
+++ pkgsrc/devel/cargo-upgrades/Makefile        Wed Apr  2 10:51:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/01/24 21:22:30 pin Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/02 10:51:50 pin Exp $
 
 DISTNAME=      cargo-upgrades-2.1.3
 CATEGORIES=    devel
@@ -10,6 +10,9 @@ HOMEPAGE=     https://gitlab.com/kornelski/c
 COMMENT=       Check for outdated dependencies in Rust/Cargo projects
 LICENSE=       gnu-gpl-v3
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index