commit: 42ba2353cef220632d2415d30872ff23f88095e7 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> AuthorDate: Thu Dec 28 12:14:50 2017 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Thu Dec 28 12:15:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ba2353
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 400d78a77de..96432ebc427 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
