app-emulation/docker-machine: fix SRC_URI for 0.10.0
authorZac Medico <zmedico@gentoo.org>
Tue, 7 Mar 2017 21:24:46 +0000 (13:24 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 7 Mar 2017 21:24:46 +0000 (13:24 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

app-emulation/docker-machine/docker-machine-0.10.0.ebuild

index be76a2ef5e91531029263b26b91d9b7e5f292c43..9a9deea991e6a8d55ccbeb6df3b63d41e3b8268b 100644 (file)
@@ -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