reptyr: do not build on mips64
authorRosen Penev <rosenp@gmail.com>
Fri, 5 Mar 2021 07:53:34 +0000 (23:53 -0800)
committerRosen Penev <rosenp@gmail.com>
Sat, 6 Mar 2021 22:04:33 +0000 (14:04 -0800)
mips of any kind is not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/reptyr/Makefile

index 111bc80635feb75fc2b207b50937e184ca753807..d5f3402ce6383b5a02fb6a239e448e9e5427bc28 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=reptyr
 PKG_VERSION:=0.8.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
@@ -23,7 +23,7 @@ define Package/reptyr
   CATEGORY:=Utilities
   TITLE:=Tool for reparenting running programs
   URL:=https://github.com/nelhage/reptyr
-  DEPENDS:=@!(arc||mips||mipsel)
+  DEPENDS:=@!(arc||mips||mipsel||mips64)
 endef
 
 define Package/reptyr/description