diff options
author | Sam Jorna <wraeth@gentoo.org> | 2016-05-19 23:43:03 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2016-05-19 23:43:11 +1000 |
commit | 83a44b756c53ef656b26691324fff901c44c38f4 (patch) | |
tree | 76e56546a10c3ba22695e0eb480e7d8126c8623f | |
parent | 3f4d92d60535ca78c4e577f907b10840c7d096e2 (diff) | |
download | gentoo-83a44b756c53ef656b26691324fff901c44c38f4.tar.gz gentoo-83a44b756c53ef656b26691324fff901c44c38f4.tar.xz |
net-p2p/go-ipfs-bin: restrict KEYWORDS for binary-only package
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
-rw-r--r-- | net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild index dc4a233b346..ac685667ed2 100644 --- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild +++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild @@ -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 )" |