summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-07-06 17:09:39 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-07-06 17:09:39 +0000
commite8fbabf0d693af52c74b726994181b2d8c0c4ffc (patch)
tree9dbf2eb79ca4d426408e3895038a4eec477c38ff /dev-go
parentAdd a subslot of the version number so we know which version is installed (diff)
downloadgentoo-2-e8fbabf0d693af52c74b726994181b2d8c0c4ffc.tar.gz
gentoo-2-e8fbabf0d693af52c74b726994181b2d8c0c4ffc.tar.bz2
gentoo-2-e8fbabf0d693af52c74b726994181b2d8c0c4ffc.zip
Add a subslot of the version number so we know which version is installed; this wil allow slot operators in dependencies on this package.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-sys/ChangeLog6
-rw-r--r--dev-go/go-sys/go-sys-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-go/go-sys/ChangeLog b/dev-go/go-sys/ChangeLog
index 8487c76c2953..eccb75fc33bf 100644
--- a/dev-go/go-sys/ChangeLog
+++ b/dev-go/go-sys/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-go/go-sys
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.5 2015/07/01 21:12:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.6 2015/07/06 17:09:39 williamh Exp $
+
+ 06 Jul 2015; William Hubbs <williamh@gentoo.org> go-sys-9999.ebuild:
+ Add a subslot of the version number so we know which version is installed;
+ this wil allow slot operators in dependencies on this package.
*go-sys-0_pre20150518 (01 Jul 2015)
diff --git a/dev-go/go-sys/go-sys-9999.ebuild b/dev-go/go-sys/go-sys-9999.ebuild
index 6e408f8b11bb..bb812432bf06 100644
--- a/dev-go/go-sys/go-sys-9999.ebuild
+++ b/dev-go/go-sys/go-sys-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-go/go-sys/go-sys-9999.ebuild,v 1.4 2015/06/28 23:19:15 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v 1.5 2015/07/06 17:09:39 williamh Exp $
EAPI=5
EGO_PN=golang.org/x/sys/...
@@ -18,7 +18,7 @@ inherit golang-build
DESCRIPTION="Go packages for low-level interaction with the operating system"
HOMEPAGE="https://godoc.org/golang.org/x/sys"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""