diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-02 13:26:48 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-02 13:32:35 -0700 |
commit | 0e29e9d33c6283732ab85d34824ab25bf41d7750 (patch) | |
tree | c1b4b2d4304f4cd6f7d2f6f6db2a40061ce589ad /dev-db/etcd | |
parent | net-wireless/kismet: bump to fix license issue (diff) | |
download | gentoo-0e29e9d33c6283732ab85d34824ab25bf41d7750.tar.gz gentoo-0e29e9d33c6283732ab85d34824ab25bf41d7750.tar.bz2 gentoo-0e29e9d33c6283732ab85d34824ab25bf41d7750.zip |
dev-db/etcd: 3.4.0 SRC_URI fix (bug 693368)
Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/693368
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/etcd-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/etcd/etcd-3.4.0.ebuild b/dev-db/etcd/etcd-3.4.0.ebuild index 92b31a6a9b58..c6423b932415 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" |