diff options
author | 2015-06-02 15:37:10 +0000 | |
---|---|---|
committer | 2015-06-02 15:37:10 +0000 | |
commit | d652660bc5d1e58226aec9798988f1c90fe4c22e (patch) | |
tree | c52234404e18dbb20bd562ba28fdd8da39cac922 /dev-lang/go | |
parent | whitespace (diff) | |
download | gentoo-2-d652660bc5d1e58226aec9798988f1c90fe4c22e.tar.gz gentoo-2-d652660bc5d1e58226aec9798988f1c90fe4c22e.tar.bz2 gentoo-2-d652660bc5d1e58226aec9798988f1c90fe4c22e.zip |
Remove include directory for #549814 thanks to Bohdan Trach
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index d8150020a9d2..ca590cc027a2 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.72 2015/05/27 12:49:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.73 2015/06/02 15:37:10 williamh Exp $ + + 02 Jun 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild: + Remove include directory for #549814 thanks to Bohdan Trach 27 May 2015; Mikle Kolyada <zlogene@gentoo.org> go-1.4.2.ebuild: arm stable wrt bug #543666 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index ef464d0cb647..67a6882ce278 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.25 2015/01/20 04:02:26 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.26 2015/06/02 15:37:10 williamh Exp $ EAPI=5 @@ -82,7 +82,7 @@ src_install() # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. # [1] https://golang.org/issue/2775 - doins -r doc include lib pkg src + doins -r doc lib pkg src fperms -R +x /usr/lib/go/pkg/tool } |