projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905b4af
)
app-crypt/kbfs: Re-add missing code
author
Nicolas Bock
<nicolasbock@gentoo.org>
Thu, 28 Dec 2017 12:14:50 +0000
(
05:14
-0700)
committer
Nicolas Bock
<nicolasbock@gentoo.org>
Thu, 28 Dec 2017 12:15:20 +0000
(
05:15
-0700)
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
patch
|
blob
|
history
diff --git
a/app-crypt/kbfs/kbfs-1.0.36.ebuild
b/app-crypt/kbfs/kbfs-1.0.36.ebuild
index 400d78a77deb9ed62ef69faba8e65a568ca170c3..96432ebc4277c83cd151f84a6ed447938c95f0d5 100644
(file)
--- 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