commit:     896a97d1196474616729ad75a81418789b8b7187
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Thu Mar  7 02:54:06 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 02:56:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896a97d1

app-admin/mongo-tools: allow building with dev-lang/go-1.12

Bug: https://bugs.gentoo.org/678924
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/mongo-tools/mongo-tools-4.0.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/mongo-tools/mongo-tools-4.0.4.ebuild 
b/app-admin/mongo-tools/mongo-tools-4.0.4.ebuild
index 5cf7cbaadac..27f23784aa2 100644
--- a/app-admin/mongo-tools/mongo-tools-4.0.4.ebuild
+++ b/app-admin/mongo-tools/mongo-tools-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,6 +43,9 @@ src_prepare() {
        if ! use ppc64; then
                sed -i 's/\(go build\)/\1 -buildmode=pie/g' build.sh || die
        fi
+
+       # allow building with go 1.12 #678924
+       sed -i 's/_Ctype_struct_/C.struct_/' 
vendor/src/github.com/google/gopacket/pcap/pcap.go || die
 }
 
 src_compile() {

Reply via email to