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)
This commit is contained in:
Piotr Kubaj 2019-10-24 09:20:39 +00:00
parent 44dfecf1ca
commit 0fd9c9db5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515325

View file

@ -7,9 +7,6 @@ PKGNAMESUFFIX= -daemon
COMMENT= Decentralized, open DNS and more (Daemon) COMMENT= Decentralized, open DNS and more (Daemon)
SLAVE_PORT= yes 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]* \ 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]* namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]*