diff options
author | William Hubbs <williamh@gentoo.org> | 2022-03-15 09:56:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-03-15 09:56:50 -0500 |
commit | d44b290c9871d38c4ff0bb71940a8062f7835e87 (patch) | |
tree | 929f63c7668d08d22171dc75694e68816b6db46a /dev-lang/go | |
parent | dev-lang/go: add 1.17.8 (diff) | |
download | gentoo-d44b290c9871d38c4ff0bb71940a8062f7835e87.tar.gz gentoo-d44b290c9871d38c4ff0bb71940a8062f7835e87.tar.bz2 gentoo-d44b290c9871d38c4ff0bb71940a8062f7835e87.zip |
dev-lang/go: remove outdated blocker
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.17.7.ebuild | 1 | ||||
-rw-r--r-- | dev-lang/go/go-1.17.8.ebuild | 1 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/dev-lang/go/go-1.17.7.ebuild b/dev-lang/go/go-1.17.7.ebuild index a793488130e4..7f1ce9304e51 100644 --- a/dev-lang/go/go-1.17.7.ebuild +++ b/dev-lang/go/go-1.17.7.ebuild @@ -36,7 +36,6 @@ IUSE="cpu_flags_x86_sse2" BDEPEND="|| ( dev-lang/go dev-lang/go-bootstrap )" -RDEPEND="!<dev-go/go-tools-0_pre20150902" # the *.syso files have writable/executable stacks QA_EXECSTACK='*.syso' diff --git a/dev-lang/go/go-1.17.8.ebuild b/dev-lang/go/go-1.17.8.ebuild index cd2ef07a5897..217891046702 100644 --- a/dev-lang/go/go-1.17.8.ebuild +++ b/dev-lang/go/go-1.17.8.ebuild @@ -36,7 +36,6 @@ IUSE="cpu_flags_x86_sse2" BDEPEND="|| ( dev-lang/go dev-lang/go-bootstrap )" -RDEPEND="!<dev-go/go-tools-0_pre20150902" # the *.syso files have writable/executable stacks QA_EXECSTACK='*.syso' diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index a1e1574ff8dd..217891046702 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,6 @@ IUSE="cpu_flags_x86_sse2" BDEPEND="|| ( dev-lang/go dev-lang/go-bootstrap )" -RDEPEND="!<dev-go/go-tools-0_pre20150902" # the *.syso files have writable/executable stacks QA_EXECSTACK='*.syso' |