pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/piratebay



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 09:05:22 UTC 2025

Modified Files:
        pkgsrc/net/piratebay: Makefile

Log Message:
net/piratebay: doesn't need sse2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/piratebay/Makefile

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

Modified files:

Index: pkgsrc/net/piratebay/Makefile
diff -u pkgsrc/net/piratebay/Makefile:1.8 pkgsrc/net/piratebay/Makefile:1.9
--- pkgsrc/net/piratebay/Makefile:1.8   Thu Apr  3 21:08:56 2025
+++ pkgsrc/net/piratebay/Makefile       Fri Apr 11 09:05:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/03 21:08:56 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/11 09:05:22 pin Exp $
 
 DISTNAME=      piratebay-0.1.9
 CATEGORIES=    net
@@ -10,9 +10,6 @@ HOMEPAGE=     https://github.com/tsirysndr/p
 COMMENT=       CLI tool to search for torrents on piratebay
 LICENSE=       mit
 
-# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
-
 .include "cargo-depends.mk"
 
 .include "../../lang/rust/cargo.mk"



Home | Main Index | Thread Index | Old Index