pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/uv



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:53:40 UTC 2025

Modified Files:
        pkgsrc/devel/uv: Makefile

Log Message:
devel/uv: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/uv/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/uv/Makefile
diff -u pkgsrc/devel/uv/Makefile:1.2 pkgsrc/devel/uv/Makefile:1.3
--- pkgsrc/devel/uv/Makefile:1.2        Sun Mar 16 12:00:26 2025
+++ pkgsrc/devel/uv/Makefile    Wed Apr  2 10:53:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/03/16 12:00:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/02 10:53:40 pin Exp $
 
 DISTNAME=      uv-0.6.6
 CATEGORIES=    devel
@@ -9,6 +9,9 @@ HOMEPAGE=       https://docs.astral.sh/uv/
 COMMENT=       Extremely fast Python package and project manager
 LICENSE=       apache-2.0 OR mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 # for included jemalloc
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index