From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4ED71139898 for ; Mon, 24 Aug 2015 15:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE80E08B2; Mon, 24 Aug 2015 15:50:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ABEE14088 for ; Mon, 24 Aug 2015 15:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5B5234087C for ; Mon, 24 Aug 2015 15:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCB516B for ; Mon, 24 Aug 2015 15:50:22 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1440431405.6817c0836f6faa459720d9a1c802df84a471264c.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-tools/go-tools-9999.ebuild X-VCS-Directories: dev-go/go-tools/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6817c0836f6faa459720d9a1c802df84a471264c X-VCS-Branch: master Date: Mon, 24 Aug 2015 15:50:22 +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: e95712d8-f768-4c8a-9d83-75259c72dcfc X-Archives-Hash: 8882c611574172afd44918434e339745 commit: 6817c0836f6faa459720d9a1c802df84a471264c Author: William Hubbs gentoo org> AuthorDate: Mon Aug 24 15:49:09 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Aug 24 15:50:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6817c083 dev-go/go-tools: sync live ebuild dev-go/go-tools/go-tools-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-tools/go-tools-9999.ebuild b/dev-go/go-tools/go-tools-9999.ebuild index 63de13a..ac8982e 100644 --- a/dev-go/go-tools/go-tools-9999.ebuild +++ b/dev-go/go-tools/go-tools-9999.ebuild @@ -9,7 +9,7 @@ EGO_SRC="golang.org/x/tools" if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - EGIT_COMMIT="ac303766f5f240c1796eeea3dc9bf34f1261aa35" + EGIT_COMMIT="6c9aff3" ARCHIVE_URI="https://github.com/golang/tools/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" inherit golang-vcs-snapshot