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 8419D58973 for ; Thu, 11 Feb 2016 17:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4433DE086C; Thu, 11 Feb 2016 17:04:03 +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 C69BBE086D for ; Thu, 11 Feb 2016 17:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48A9D340B0B for ; Thu, 11 Feb 2016 17:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42EFD8F6 for ; Thu, 11 Feb 2016 17:03:56 +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: <1455210223.d42fef9019132c3c232755894fe485e63aa0a3c0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-crypto/go-crypto-0_pre20150808.ebuild dev-go/go-crypto/go-crypto-9999.ebuild X-VCS-Directories: dev-go/go-crypto/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d42fef9019132c3c232755894fe485e63aa0a3c0 X-VCS-Branch: master Date: Thu, 11 Feb 2016 17:03:56 +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: 7cc4a682-7bcf-499e-8470-8e1d950bf437 X-Archives-Hash: 2830a0ed3cd3bd4304cca452acf892e0 commit: d42fef9019132c3c232755894fe485e63aa0a3c0 Author: Zac Medico gentoo org> AuthorDate: Thu Feb 11 17:01:34 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Feb 11 17:03:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42fef90 dev-go/go-crypto: add ${PVR} subslot, for tracking static links Package-Manager: portage-2.2.27 dev-go/go-crypto/go-crypto-0_pre20150808.ebuild | 4 ++-- dev-go/go-crypto/go-crypto-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-go/go-crypto/go-crypto-0_pre20150808.ebuild b/dev-go/go-crypto/go-crypto-0_pre20150808.ebuild index 47b0be2..a5ab025 100644 --- a/dev-go/go-crypto/go-crypto-0_pre20150808.ebuild +++ b/dev-go/go-crypto/go-crypto-0_pre20150808.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ inherit golang-build DESCRIPTION="Go supplementary cryptography libraries" HOMEPAGE="https://godoc.org/golang.org/x/crypto" LICENSE="BSD" -SLOT="0/${PV}" +SLOT="0/${PVR}" IUSE="" DEPEND="" RDEPEND="" diff --git a/dev-go/go-crypto/go-crypto-9999.ebuild b/dev-go/go-crypto/go-crypto-9999.ebuild index 8601e78..eae72ca 100644 --- a/dev-go/go-crypto/go-crypto-9999.ebuild +++ b/dev-go/go-crypto/go-crypto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ inherit golang-build DESCRIPTION="Go supplementary cryptography libraries" HOMEPAGE="https://godoc.org/golang.org/x/crypto" LICENSE="BSD" -SLOT="0/${PV}" +SLOT="0/${PVR}" IUSE="" DEPEND="" RDEPEND=""