diff options
Diffstat (limited to 'dev-lang/go/go-1.6.1.ebuild')
-rw-r--r-- | dev-lang/go/go-1.6.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/go/go-1.6.1.ebuild b/dev-lang/go/go-1.6.1.ebuild index c70fc26e5293..4fce12b9de36 100644 --- a/dev-lang/go/go-1.6.1.ebuild +++ b/dev-lang/go/go-1.6.1.ebuild @@ -80,6 +80,11 @@ if [[ ${PV} != 9999 ]]; then S="${WORKDIR}"/go fi +PATCHES=( +# patch for #581072 + "${FILESDIR}"/${P}-gdb-no-shell.patch +) + go_arch() { # By chance most portage arch names match Go |