summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-11-08 10:08:44 -0800
committerZac Medico <zmedico@gentoo.org>2016-11-08 10:09:16 -0800
commit341fc23e84a56cce15d2617c44d44102d0a23b90 (patch)
tree837c2b39132a4a33ed8385edfa140dd45a032c92
parentpackage.mask: mask icu revbump for initial testin (diff)
downloadgentoo-341fc23e84a56cce15d2617c44d44102d0a23b90.tar.gz
gentoo-341fc23e84a56cce15d2617c44d44102d0a23b90.tar.bz2
gentoo-341fc23e84a56cce15d2617c44d44102d0a23b90.zip
net-fs/torus: fix SRC_URI
Package-Manager: portage-2.3.2
-rw-r--r--net-fs/torus/torus-0.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/torus/torus-0.1.2.ebuild b/net-fs/torus/torus-0.1.2.ebuild
index 2c7e7746a5b8..1e7356352e93 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 )"