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:           Thu Apr 10 13:12:28 UTC 2025

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

Log Message:
chat/twitch-tui: doesn't need sse2


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/chat/twitch-tui/Makefile:1.17
--- pkgsrc/chat/twitch-tui/Makefile:1.16        Wed Apr  2 10:48:16 2025
+++ pkgsrc/chat/twitch-tui/Makefile     Thu Apr 10 13:12:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/04/02 10:48:16 pin Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/10 13:12:28 pin Exp $
 
 DISTNAME=      twitch-tui-2.6.18
 CATEGORIES=    chat
@@ -10,9 +10,6 @@ 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