summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2017-12-27 07:40:10 -0700
committerNicolas Bock <nicolasbock@gentoo.org>2017-12-27 07:40:10 -0700
commit8d3f905191dbd709744e789730069f525a4367e1 (patch)
treea58d773694ca0cebd87a5b36c157b2ddc6484f68 /app-crypt/kbfs/kbfs-1.0.36.ebuild
parentapp-crypt/kbfs: New version kbfs-1.0.36 (diff)
downloadgentoo-8d3f905191dbd709744e789730069f525a4367e1.tar.gz
gentoo-8d3f905191dbd709744e789730069f525a4367e1.tar.bz2
gentoo-8d3f905191dbd709744e789730069f525a4367e1.zip
app-crypt/kbfs: Fix keywords
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-crypt/kbfs/kbfs-1.0.36.ebuild')
-rw-r--r--app-crypt/kbfs/kbfs-1.0.36.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/kbfs/kbfs-1.0.36.ebuild b/app-crypt/kbfs/kbfs-1.0.36.ebuild
index baa66460011b..400d78a77deb 100644
--- a/app-crypt/kbfs/kbfs-1.0.36.ebuild
+++ b/app-crypt/kbfs/kbfs-1.0.36.ebuild
@@ -3,16 +3,14 @@
EAPI=6
-inherit git-r3
-
DESCRIPTION="Keybase Filesystem (KBFS)"
HOMEPAGE="https://keybase.io/docs/kbfs"
SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE="git"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
DEPEND="
>=dev-lang/go-1.6:0