From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78AC158973 for ; Thu, 11 Feb 2016 16:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3775121C003; Thu, 11 Feb 2016 16:59:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B898521C003 for ; Thu, 11 Feb 2016 16:59:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D6D5340B3A for ; Thu, 11 Feb 2016 16:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0AE8F8 for ; Thu, 11 Feb 2016 16:59:51 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1455209971.d289f7aebcba910571437fce65c4d459e6cd7091.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sys/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-sys/go-sys-0_pre20150729.ebuild dev-go/go-sys/go-sys-9999.ebuild X-VCS-Directories: dev-go/go-sys/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d289f7aebcba910571437fce65c4d459e6cd7091 X-VCS-Branch: master Date: Thu, 11 Feb 2016 16:59:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da6a9f83-eeb4-4895-8c40-c9026c818e8a X-Archives-Hash: 72fb6259e4d49c2cde6a33c626f3d0be commit: d289f7aebcba910571437fce65c4d459e6cd7091 Author: Zac Medico gentoo org> AuthorDate: Thu Feb 11 16:59:31 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Feb 11 16:59:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d289f7ae dev-go/go-sys: add ${PVR} subslot, for tracking static links Package-Manager: portage-2.2.27 dev-go/go-sys/go-sys-0_pre20150729.ebuild | 2 +- dev-go/go-sys/go-sys-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-go/go-sys/go-sys-0_pre20150729.ebuild b/dev-go/go-sys/go-sys-0_pre20150729.ebuild index 13d3c5c..9582f67 100644 --- a/dev-go/go-sys/go-sys-0_pre20150729.ebuild +++ b/dev-go/go-sys/go-sys-0_pre20150729.ebuild @@ -19,7 +19,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/${PV}" +SLOT="0/${PVR}" IUSE="" DEPEND="" RDEPEND="" diff --git a/dev-go/go-sys/go-sys-9999.ebuild b/dev-go/go-sys/go-sys-9999.ebuild index c9d1ab6..f7acca1 100644 --- a/dev-go/go-sys/go-sys-9999.ebuild +++ b/dev-go/go-sys/go-sys-9999.ebuild @@ -19,7 +19,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/${PV}" +SLOT="0/${PVR}" IUSE="" DEPEND="" RDEPEND=""