From 42ba2353cef220632d2415d30872ff23f88095e7 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Thu, 28 Dec 2017 05:14:50 -0700 Subject: [PATCH] app-crypt/kbfs: Re-add missing code The `git` conditional code was accidentally removed in this package and this change adds that code back. Closes: https://bugs.gentoo.org/642480 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- app-crypt/kbfs/kbfs-1.0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/kbfs/kbfs-1.0.36.ebuild b/app-crypt/kbfs/kbfs-1.0.36.ebuild index 400d78a77deb..96432ebc4277 100644 --- a/app-crypt/kbfs/kbfs-1.0.36.ebuild +++ b/app-crypt/kbfs/kbfs-1.0.36.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="git" DEPEND=" >=dev-lang/go-1.6:0 -- 2.26.2