diff options
-rw-r--r-- | app-emulation/docker-machine/docker-machine-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |