Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/
Date: Fri, 31 Mar 2017 14:10:24
Message-Id: 1490969378.5141995802e19a254fd6892734b4945813465bda.mudler@gentoo
1 commit: 5141995802e19a254fd6892734b4945813465bda
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 13:19:45 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 14:09:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51419958
7
8 dev-vcs/git-lfs: sync live ebuild wrt upstream changes
9
10 * now requires golang >=1.8
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.2
13
14 dev-vcs/git-lfs/git-lfs-9999.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild
18 index 59acb2d839a..1cdcb5561c9 100644
19 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild
20 +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild
21 @@ -20,7 +20,11 @@ LICENSE="MIT BSD BSD-2 BSD-4 Apache-2.0"
22 SLOT="0"
23 IUSE="+doc"
24
25 -DEPEND="doc? ( app-text/ronn )"
26 +# since version 2.0.2 git-lfs uses time.Until that was introduced in golang >=1.8
27 +# https://github.com/golang/go/commit/67ea710792eabdae1182e2bf4845f512136cccce
28 +DEPEND=">=dev-lang/go-1.8:=
29 + doc? ( app-text/ronn )"
30 +
31 RDEPEND="dev-vcs/git"
32
33 S="${WORKDIR}/${P}/src/${EGO_PN}"