dev-python/rebulk: support both https and git repo URIs in 9999

Package-Manager: portage-2.3.3
This commit is contained in:
Ilya Tumaykin
2016-12-08 11:53:49 +03:00
committed by David Seifert
parent 40e139d3db
commit 15f3bf70fc

View File

@@ -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"