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 A1702138350 for ; Thu, 23 Jan 2020 16:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76989E0A5A; Thu, 23 Jan 2020 16:00:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51BE2E0A5B for ; Thu, 23 Jan 2020 16:00:51 +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 D729434E1E6 for ; Thu, 23 Jan 2020 16:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D4233E for ; Thu, 23 Jan 2020 16:00:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1579795215.7da3980f6f899c200216d1f91a9a3ab92b0f7800.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/x X-VCS-Directories: dev-lang/go/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7da3980f6f899c200216d1f91a9a3ab92b0f7800 X-VCS-Branch: master Date: Thu, 23 Jan 2020 16:00:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0863e320-da5b-4441-8bad-960ddc687e3d X-Archives-Hash: d46f5d12c968e8cfec1a00105003184d commit: 7da3980f6f899c200216d1f91a9a3ab92b0f7800 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jan 23 16:00:15 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jan 23 16:00:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da3980f dev-lang/go: remove extraneous file Signed-off-by: Mike Gilbert gentoo.org> dev-lang/go/x | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-lang/go/x b/dev-lang/go/x deleted file mode 100644 index 14d7827f06b..00000000000 --- a/dev-lang/go/x +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild -index 635b905c4d9..eb74459d848 100644 ---- a/dev-lang/go/go-9999.ebuild -+++ b/dev-lang/go/go-9999.ebuild -@@ -40,7 +40,9 @@ SLOT="0/${PV}" - IUSE="gccgo" - - BDEPEND="gccgo? ( >=sys-devel/gcc-5[go(-)] ) -- !gccgo? ( >=dev-lang/go-bootstrap-1.13.6 )" -+ !gccgo? ( ||( -+ dev-lang/go -+ dev-lang/go-bootstrap-1.13.6 ) )" - RDEPEND="!