From 4f7551b6501bd3c169e2548c87db577c5b14b604 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 28 Jul 2016 10:58:30 -0500 Subject: dev-lang/go: cleanup for #589230 Package-Manager: portage-2.2.28 --- dev-lang/go/files/go-1.6.1-gdb-no-shell.patch | 12 ------------ dev-lang/go/files/go-1.6.2-gdb-no-shell.patch | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 dev-lang/go/files/go-1.6.1-gdb-no-shell.patch delete mode 100644 dev-lang/go/files/go-1.6.2-gdb-no-shell.patch (limited to 'dev-lang/go/files') diff --git a/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch b/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch deleted file mode 100644 index ccce6f04664d..000000000000 --- a/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go -index 6ebc69a..648092a 100644 ---- a/src/runtime/runtime-gdb_test.go -+++ b/src/runtime/runtime-gdb_test.go -@@ -87,6 +87,7 @@ func TestGdbPython(t *testing.T) { - - args := []string{"-nx", "-q", "--batch", "-iex", - fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()), -+ "-ex", "set startup-with-shell off", - "-ex", "info auto-load python-scripts", - "-ex", "br main.go:10", - "-ex", "run", diff --git a/dev-lang/go/files/go-1.6.2-gdb-no-shell.patch b/dev-lang/go/files/go-1.6.2-gdb-no-shell.patch deleted file mode 100644 index ccce6f04664d..000000000000 --- a/dev-lang/go/files/go-1.6.2-gdb-no-shell.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go -index 6ebc69a..648092a 100644 ---- a/src/runtime/runtime-gdb_test.go -+++ b/src/runtime/runtime-gdb_test.go -@@ -87,6 +87,7 @@ func TestGdbPython(t *testing.T) { - - args := []string{"-nx", "-q", "--batch", "-iex", - fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()), -+ "-ex", "set startup-with-shell off", - "-ex", "info auto-load python-scripts", - "-ex", "br main.go:10", - "-ex", "run", -- cgit v1.2.3-65-gdbad