From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A06E3138334 for ; Mon, 9 Sep 2019 16:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D12CDE093D; Mon, 9 Sep 2019 16:22:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6CECE093D for ; Mon, 9 Sep 2019 16:22:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7600E34AEFB for ; Mon, 9 Sep 2019 16:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33971780 for ; Mon, 9 Sep 2019 16:21:59 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1568046089.ef6670a2148419193c1af85491acfbab4ed977f9.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/spire/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/spire/spire-0.8.1.ebuild X-VCS-Directories: app-misc/spire/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ef6670a2148419193c1af85491acfbab4ed977f9 X-VCS-Branch: master Date: Mon, 9 Sep 2019 16:21:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7a27ea2-ae06-4718-8e27-b14509d83c84 X-Archives-Hash: df0f65ccca5d39bc47f78368710d613c commit: ef6670a2148419193c1af85491acfbab4ed977f9 Author: William Hubbs sony com> AuthorDate: Mon Sep 9 16:20:18 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 9 16:21:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6670a2 app-misc/spire: fix the vendor_uri location Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: William Hubbs gentoo.org> app-misc/spire/spire-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/spire/spire-0.8.1.ebuild b/app-misc/spire/spire-0.8.1.ebuild index 15aa92b309c..552104b1bd8 100644 --- a/app-misc/spire/spire-0.8.1.ebuild +++ b/app-misc/spire/spire-0.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VENDOR_URI="https://dev.gentoo.org/~whubbs/dist/${P}-vendor.tar.gz" +VENDOR_URI="https://dev.gentoo.org/~williamh/dist/${P}-vendor.tar.gz" DESCRIPTION="the spiffe runtime environment" HOMEPAGE="https://github.com/spiffe/spire"