commit: 0e29e9d33c6283732ab85d34824ab25bf41d7750 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 20:26:48 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 20:32:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e29e9d3
dev-db/etcd: 3.4.0 SRC_URI fix (bug 693368) Reported-by: Toralf Förster <toralf <AT> gentoo.org> Closes: https://bugs.gentoo.org/693368 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-db/etcd/etcd-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/etcd/etcd-3.4.0.ebuild b/dev-db/etcd/etcd-3.4.0.ebuild index 92b31a6a9b5..c6423b93241 100644 --- a/dev-db/etcd/etcd-3.4.0.ebuild +++ b/dev-db/etcd/etcd-3.4.0.ebuild @@ -11,7 +11,7 @@ GIT_COMMIT="898bd13" MY_PV="${PV/_rc/-rc.}" DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://github.com/etcd-io/etcd" -SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" IUSE="doc +server"
