projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993f141
)
dev-vcs/git-lfs: sync live ebuild wrt upstream changes
author
Ettore Di Giacinto
<mudler@gentoo.org>
Fri, 31 Mar 2017 13:19:45 +0000
(15:19 +0200)
committer
Ettore Di Giacinto
<mudler@gentoo.org>
Fri, 31 Mar 2017 14:09:38 +0000
(16:09 +0200)
* now requires golang >=1.8
Package-Manager: Portage-2.3.3, Repoman-2.3.2
dev-vcs/git-lfs/git-lfs-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-vcs/git-lfs/git-lfs-9999.ebuild
b/dev-vcs/git-lfs/git-lfs-9999.ebuild
index 59acb2d839a7304881fe6d9f0604660efd26587c..1cdcb5561c95bda517c4e6f062901f6b11ba4b68 100644
(file)
--- a/
dev-vcs/git-lfs/git-lfs-9999.ebuild
+++ b/
dev-vcs/git-lfs/git-lfs-9999.ebuild
@@
-20,7
+20,11
@@
LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
SLOT="0"
IUSE="+doc"
-DEPEND="doc? ( app-text/ronn )"
+# since version 2.0.2 git-lfs uses time.Until that was introduced in golang >=1.8
+# https://github.com/golang/go/commit/67ea710792eabdae1182e2bf4845f512136cccce
+DEPEND=">=dev-lang/go-1.8:=
+ doc? ( app-text/ronn )"
+
RDEPEND="dev-vcs/git"
S="${WORKDIR}/${P}/src/${EGO_PN}"