From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76DE5139694 for ; Mon, 1 May 2017 10:18:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2408E0DFC; Mon, 1 May 2017 10:18:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E2C4E0DFC for ; Mon, 1 May 2017 10:18:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4FED3416AD for ; Mon, 1 May 2017 10:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CDA17446 for ; Mon, 1 May 2017 10:18:45 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1493633877.4ce371034b1afb844c43eefba51f3fca68b3cf88.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-lfs/git-lfs-9999.ebuild X-VCS-Directories: dev-vcs/git-lfs/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 4ce371034b1afb844c43eefba51f3fca68b3cf88 X-VCS-Branch: master Date: Mon, 1 May 2017 10:18:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4b70028-f9a9-43e2-9581-e295d5eead84 X-Archives-Hash: 11fd158fd46588f74568126598c100ba commit: 4ce371034b1afb844c43eefba51f3fca68b3cf88 Author: Ettore Di Giacinto gentoo org> AuthorDate: Mon May 1 09:00:30 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Mon May 1 10:17:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce37103 dev-vcs/git-lfs: sync live ebuild wrt upstream changes Package-Manager: Portage-2.3.3, Repoman-2.3.2 dev-vcs/git-lfs/git-lfs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 1cdcb5561c9..7a32ca36cc9 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -22,7 +22,7 @@ IUSE="+doc" # 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:= +DEPEND=">=dev-lang/go-1.8.1:= doc? ( app-text/ronn )" RDEPEND="dev-vcs/git"