diff options
author | 2015-07-03 21:47:55 +0000 | |
---|---|---|
committer | 2015-07-03 21:47:55 +0000 | |
commit | a0cd14d6ea932bdb3dba1abd57d000fa451a6d4c (patch) | |
tree | d8de3eea52d9dff91e65cc469ebab826e0058136 /dev-lang/go/go-9999.ebuild | |
parent | golang-build.eclass: drop the slot dependency; it was pointed out to me (diff) | |
download | historical-a0cd14d6ea932bdb3dba1abd57d000fa451a6d4c.tar.gz historical-a0cd14d6ea932bdb3dba1abd57d000fa451a6d4c.tar.bz2 historical-a0cd14d6ea932bdb3dba1abd57d000fa451a6d4c.zip |
remove subslot
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0x30C46538
Diffstat (limited to 'dev-lang/go/go-9999.ebuild')
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 368207433ef2..3d80b2af6bac 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.28 2015/06/23 19:53:16 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.29 2015/07/03 21:47:48 williamh Exp $ EAPI=5 @@ -21,7 +21,7 @@ DESCRIPTION="A concurrent garbage collected and typesafe programming language" HOMEPAGE="http://www.golang.org" LICENSE="BSD" -SLOT="0/${PV}" +SLOT="0" IUSE="" DEPEND=">=dev-lang/go-bootstrap-1.4.1" |