summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-07 13:24:46 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-07 13:24:46 -0800
commitc45cc4a6e2d36abe7445fbda0000aa3819e45dd2 (patch)
treeb37d4e8628538532f9dac1873c1ade1186a5ac26 /app-emulation/docker-machine
parentdev-php/PEAR-XML_RSS: Version bump to 1.1.0 (diff)
downloadgentoo-c45cc4a6e2d36abe7445fbda0000aa3819e45dd2.tar.gz
gentoo-c45cc4a6e2d36abe7445fbda0000aa3819e45dd2.tar.bz2
gentoo-c45cc4a6e2d36abe7445fbda0000aa3819e45dd2.zip
app-emulation/docker-machine: fix SRC_URI for 0.10.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-emulation/docker-machine')
-rw-r--r--app-emulation/docker-machine/docker-machine-0.10.0.ebuild2
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