pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/twitch-tui



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:48:16 UTC 2025

Modified Files:
        pkgsrc/chat/twitch-tui: Makefile

Log Message:
chat/twitch-tui: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/twitch-tui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/twitch-tui/Makefile
diff -u pkgsrc/chat/twitch-tui/Makefile:1.15 pkgsrc/chat/twitch-tui/Makefile:1.16
--- pkgsrc/chat/twitch-tui/Makefile:1.15        Mon Jan  6 20:35:18 2025
+++ pkgsrc/chat/twitch-tui/Makefile     Wed Apr  2 10:48:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/01/06 20:35:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/02 10:48:16 pin Exp $
 
 DISTNAME=      twitch-tui-2.6.18
 CATEGORIES=    chat
@@ -10,6 +10,9 @@ HOMEPAGE=     https://xithrius.github.io/twi
 COMMENT=       Twitch chat in the terminal
 LICENSE=       apache-2.0 AND mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 RUST_REQ=      1.75.0
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index