From 15f3bf70fc3460b110a0478cc4a2f473acb10d66 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Thu, 8 Dec 2016 11:53:49 +0300 Subject: dev-python/rebulk: support both https and git repo URIs in 9999 Package-Manager: portage-2.3.3 --- dev-python/rebulk/rebulk-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/rebulk/rebulk-9999.ebuild b/dev-python/rebulk/rebulk-9999.ebuild index 3eb36b6705b8..8ec8efb83b93 100644 --- a/dev-python/rebulk/rebulk-9999.ebuild +++ b/dev-python/rebulk/rebulk-9999.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library that performs advanced searches in strings" HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.python.org/pypi/rebulk" -EGIT_REPO_URI="git://github.com/Toilal/${PN}.git" +EGIT_REPO_URI=( {https,git}://github.com/Toilal/${PN}.git ) LICENSE="MIT Apache-2.0" SLOT="0" -- cgit v1.2.3-65-gdbad