From: Nicolas Bock Date: Thu, 28 Dec 2017 12:14:50 +0000 (-0700) Subject: app-crypt/kbfs: Re-add missing code X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=42ba2353cef220632d2415d30872ff23f88095e7;p=gentoo.git 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 --- 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