williamh 15/06/23 19:53:16 Modified: go-9999.ebuild ChangeLog Log: Add PV as a subslot to allow packages to be rebuilt when the go version changes (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.28 dev-lang/go/go-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.27&r2=1.28 Index: go-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- go-9999.ebuild 9 Jun 2015 14:06:27 -0000 1.27 +++ go-9999.ebuild 23 Jun 2015 19:53:16 -0000 1.28 @@ -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.27 2015/06/09 14:06:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.28 2015/06/23 19:53:16 williamh Exp $ EAPI=5 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.golang.org" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" IUSE="" DEPEND=">=dev-lang/go-bootstrap-1.4.1" 1.76 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 9 Jun 2015 14:06:27 -0000 1.75 +++ ChangeLog 23 Jun 2015 19:53:16 -0000 1.76 @@ -1,6 +1,10 @@ # 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.75 2015/06/09 14:06:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.76 2015/06/23 19:53:16 williamh Exp $ + + 23 Jun 2015; William Hubbs <willi...@gentoo.org> go-9999.ebuild: + Add PV as a subslot to allow packages to be rebuilt when the go version + changes 09 Jun 2015; William Hubbs <willi...@gentoo.org> go-1.4.2.ebuild, go-9999.ebuild: