From 0fd9c9db5dfed30cd9e17f8f429f14ab69295f55 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 24 Oct 2019 09:20:39 +0000 Subject: [PATCH] net-p2p/namecoin-daemon: remove ONLY_FOR_ARCHS - ia64 is not supported, - the port builds fine on powerpc64 (which is BE) and armv7, it probably builds on both endianesses now Approved by: mentors (implicit approval) --- net-p2p/namecoin-daemon/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-p2p/namecoin-daemon/Makefile b/net-p2p/namecoin-daemon/Makefile index 0d2c19ab7589..114ca9bf174a 100644 --- a/net-p2p/namecoin-daemon/Makefile +++ b/net-p2p/namecoin-daemon/Makefile @@ -7,9 +7,6 @@ PKGNAMESUFFIX= -daemon COMMENT= Decentralized, open DNS and more (Daemon) SLAVE_PORT= yes -ONLY_FOR_ARCHS= amd64 i386 ia64 -ONLY_FOR_ARCHS_REASON= does not support big-endian architectures - CONFLICTS_INSTALL= namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]* \ namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]*