williamh 15/06/02 15:37:10 Modified: go-9999.ebuild ChangeLog Log: Remove include directory for #549814 thanks to Bohdan Trach (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.26 dev-lang/go/go-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.25&r2=1.26 Index: go-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- go-9999.ebuild 20 Jan 2015 04:02:26 -0000 1.25 +++ go-9999.ebuild 2 Jun 2015 15:37:10 -0000 1.26 @@ -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 @@ # 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 } 1.73 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 27 May 2015 12:49:55 -0000 1.72 +++ ChangeLog 2 Jun 2015 15:37:10 -0000 1.73 @@ -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 <[email protected]> go-9999.ebuild: + Remove include directory for #549814 thanks to Bohdan Trach 27 May 2015; Mikle Kolyada <[email protected]> go-1.4.2.ebuild: arm stable wrt bug #543666
