From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88ED6139694 for ; Tue, 7 Mar 2017 21:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9859E0C94; Tue, 7 Mar 2017 21:25:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86575E0C94 for ; Tue, 7 Mar 2017 21:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02BF33D3CE for ; Tue, 7 Mar 2017 21:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78B305FEA for ; Tue, 7 Mar 2017 21:25:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1488921886.c45cc4a6e2d36abe7445fbda0000aa3819e45dd2.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-machine/docker-machine-0.10.0.ebuild X-VCS-Directories: app-emulation/docker-machine/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c45cc4a6e2d36abe7445fbda0000aa3819e45dd2 X-VCS-Branch: master Date: Tue, 7 Mar 2017 21:25:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10dc66cd-18fc-42d1-90a2-541fc3f5e3d8 X-Archives-Hash: 05af286e8e7a928f153c43eb749bc3ec commit: c45cc4a6e2d36abe7445fbda0000aa3819e45dd2 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 7 21:24:46 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 7 21:24:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45cc4a6 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(-) 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 be76a2ef5e9..9a9deea991e 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