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 9E5C81384B4 for ; Wed, 25 Nov 2015 17:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42AE21C0A2; Wed, 25 Nov 2015 17:48:36 +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 158C021C0A2 for ; Wed, 25 Nov 2015 17:48:36 +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 1DAAC33E3A9 for ; Wed, 25 Nov 2015 17:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D54D612 for ; Wed, 25 Nov 2015 17:48:31 +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: <1448473622.8fcde3635427d05b66991d1dafe353389b2c7a31.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.5.1-r1.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8fcde3635427d05b66991d1dafe353389b2c7a31 X-VCS-Branch: master Date: Wed, 25 Nov 2015 17:48:31 +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: fbdff0f0-8771-4998-add4-233b9d1988aa X-Archives-Hash: d3b33ed094e9bdb4989ddf5a72e5520b commit: 8fcde3635427d05b66991d1dafe353389b2c7a31 Author: William Hubbs gentoo org> AuthorDate: Wed Nov 25 17:34:15 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Nov 25 17:47:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcde363 dev-lang/go: remove unnecessary einfo call dev-lang/go/go-1.5.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/go/go-1.5.1-r1.ebuild b/dev-lang/go/go-1.5.1-r1.ebuild index 29d8207..23d3717 100644 --- a/dev-lang/go/go-1.5.1-r1.ebuild +++ b/dev-lang/go/go-1.5.1-r1.ebuild @@ -171,7 +171,6 @@ src_install() fi for x in ${bin_path}/*; do f=${x##*/} - einfo dosym ../lib/go/${bin_path}/${f} /usr/bin/${f} dosym ../lib/go/${bin_path}/${f} /usr/bin/${f} done dodoc AUTHORS CONTRIBUTORS PATENTS README.md