summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-03-31 15:19:45 +0200
committerEttore Di Giacinto <mudler@gentoo.org>2017-03-31 16:09:38 +0200
commit5141995802e19a254fd6892734b4945813465bda (patch)
tree110e4b1f17659bdb27b0393094746884bc07c284 /dev-vcs/git-lfs/git-lfs-9999.ebuild
parentnet-libs/libqmi: ppc stable. (diff)
downloadgentoo-5141995802e19a254fd6892734b4945813465bda.tar.gz
gentoo-5141995802e19a254fd6892734b4945813465bda.tar.bz2
gentoo-5141995802e19a254fd6892734b4945813465bda.zip
dev-vcs/git-lfs: sync live ebuild wrt upstream changes
* now requires golang >=1.8 Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/git-lfs/git-lfs-9999.ebuild')
-rw-r--r--dev-vcs/git-lfs/git-lfs-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild
index 59acb2d839a7..1cdcb5561c95 100644
--- 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}"