commit: 341fc23e84a56cce15d2617c44d44102d0a23b90
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 18:08:44 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 18:09:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341fc23e
net-fs/torus: fix SRC_URI
Package-Manager: portage-2.3.2
net-fs/torus/torus-0.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-fs/torus/torus-0.1.2.ebuild b/net-fs/torus/torus-0.1.2.ebuild
index 2c7e774..1e73563 100644
--- a/net-fs/torus/torus-0.1.2.ebuild
+++ b/net-fs/torus/torus-0.1.2.ebuild
@@ -5,7 +5,7 @@
EAPI=6
EGO_PN="github.com/coreos/${PN}/..."
-SRC_URI="https://${EGO_PN}/releases/download/v${PV}/${PN}_v${PV}_src.tar.gz ->
${P}.tar.gz
+SRC_URI="https://${EGO_PN%/*}/releases/download/v${PV}/${PN}_v${PV}_src.tar.gz
-> ${P}.tar.gz
https://github.com/Masterminds/glide/archive/0.10.2.tar.gz ->
glide-0.10.2.tar.gz
test? ( https://github.com/gogo/protobuf/archive/v0.3.tar.gz ->
gogo-protobuf-0.3.tar.gz )"