summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-07-06 17:10:56 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-07-06 17:10:56 +0000
commit5265a0e4ad704def2da060b6f84967dfdd724807 (patch)
treee0ec02b8f30c95542b81ceb2db257c3a882949d9 /dev-go
parentAdd a subslot of the version number so we know which version is installed; th... (diff)
downloadgentoo-2-5265a0e4ad704def2da060b6f84967dfdd724807.tar.gz
gentoo-2-5265a0e4ad704def2da060b6f84967dfdd724807.tar.bz2
gentoo-2-5265a0e4ad704def2da060b6f84967dfdd724807.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-text/ChangeLog6
-rw-r--r--dev-go/go-text/go-text-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-go/go-text/ChangeLog b/dev-go/go-text/ChangeLog
index 754861ffd51c..f7455ca1d7a4 100644
--- a/dev-go/go-text/ChangeLog
+++ b/dev-go/go-text/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-go/go-text
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/ChangeLog,v 1.9 2015/07/01 21:17:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/ChangeLog,v 1.10 2015/07/06 17:10:56 williamh Exp $
+
+ 06 Jul 2015; William Hubbs <williamh@gentoo.org> go-text-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-text-0_pre20150604 (01 Jul 2015)
diff --git a/dev-go/go-text/go-text-9999.ebuild b/dev-go/go-text/go-text-9999.ebuild
index bcd3c6617ea8..581838004c48 100644
--- a/dev-go/go-text/go-text-9999.ebuild
+++ b/dev-go/go-text/go-text-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-text/go-text-9999.ebuild,v 1.7 2015/06/26 22:54:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/go-text-9999.ebuild,v 1.8 2015/07/06 17:10:56 williamh Exp $
EAPI=5
@@ -19,7 +19,7 @@ inherit golang-build
DESCRIPTION="Go text processing support"
HOMEPAGE="https://godoc.org/golang.org/x/text"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""