Skip to content

Commit

Permalink
dev-vcs/git-lfs: sync live ebuild wrt upstream changes
Browse files Browse the repository at this point in the history
* now requires golang >=1.8

Package-Manager: Portage-2.3.3, Repoman-2.3.2
  • Loading branch information
mudler committed Mar 31, 2017
1 parent 993f141 commit 5141995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-vcs/git-lfs/git-lfs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5141995

Please sign in to comment.