Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/spire/
Date: Mon, 09 Sep 2019 16:22:03
Message-Id: 1568046089.ef6670a2148419193c1af85491acfbab4ed977f9.williamh@gentoo
1 commit: ef6670a2148419193c1af85491acfbab4ed977f9
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Mon Sep 9 16:20:18 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 16:21:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6670a2
7
8 app-misc/spire: fix the vendor_uri location
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 app-misc/spire/spire-0.8.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-misc/spire/spire-0.8.1.ebuild b/app-misc/spire/spire-0.8.1.ebuild
18 index 15aa92b309c..552104b1bd8 100644
19 --- a/app-misc/spire/spire-0.8.1.ebuild
20 +++ b/app-misc/spire/spire-0.8.1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -VENDOR_URI="https://dev.gentoo.org/~whubbs/dist/${P}-vendor.tar.gz"
26 +VENDOR_URI="https://dev.gentoo.org/~williamh/dist/${P}-vendor.tar.gz"
27
28 DESCRIPTION="the spiffe runtime environment"
29 HOMEPAGE="https://github.com/spiffe/spire"