From: William Hubbs Date: Thu, 23 Jan 2020 15:41:51 +0000 (-0600) Subject: dev-lang/go: add back the bdepend for dev-lang/go X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d4eb70324020f6bd8e735e08a7d2a89e06393a9d;p=gentoo.git dev-lang/go: add back the bdepend for dev-lang/go It should be safe to use go to build itself. Also, this cleans up the has_version testing to select the bootstrap implementation. Signed-off-by: William Hubbs --- diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 635b905c4d91..82c9facbd671 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 ) )" RDEPEND="!