From c45cc4a6e2d36abe7445fbda0000aa3819e45dd2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 7 Mar 2017 13:24:46 -0800 Subject: app-emulation/docker-machine: fix SRC_URI for 0.10.0 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- app-emulation/docker-machine/docker-machine-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation') diff --git a/app-emulation/docker-machine/docker-machine-0.10.0.ebuild b/app-emulation/docker-machine/docker-machine-0.10.0.ebuild index be76a2ef5e91..9a9deea991e6 100644 --- a/app-emulation/docker-machine/docker-machine-0.10.0.ebuild +++ b/app-emulation/docker-machine/docker-machine-0.10.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then else KEYWORDS="~amd64" EGIT_COMMIT="v${PV}" - SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot fi inherit golang-build -- cgit v1.2.3-65-gdbad