net-p2p/go-ipfs-bin: restrict KEYWORDS for binary-only package
authorSam Jorna <wraeth@gentoo.org>
Thu, 19 May 2016 13:43:03 +0000 (23:43 +1000)
committerSam Jorna <wraeth@gentoo.org>
Thu, 19 May 2016 13:43:11 +0000 (23:43 +1000)
Restricts the KEYWORDS to arches for which a binary package is available.

Reported-by: Coacher <itumaykin+gentoo@gmail.com>
Package-Manager: portage-2.3.0_rc1

net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild

index dc4a233b34653fbe57482466643aab6511ad955d..ac685667ed22c557caf49e6200d6986088df5dc5 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="-* ~x86 ~amd64"
 IUSE="+fuse"
 
 RDEPEND="fuse? ( sys-fs/fuse )"