projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f4d92d
)
net-p2p/go-ipfs-bin: restrict KEYWORDS for binary-only package
author
Sam Jorna
<wraeth@gentoo.org>
Thu, 19 May 2016 13:43:03 +0000
(23:43 +1000)
committer
Sam 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
patch
|
blob
|
history
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 dc4a233b34653fbe57482466643aab6511ad955d..ac685667ed22c557caf49e6200d6986088df5dc5 100644
(file)
--- 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 )"