diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-08 11:53:49 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-11 00:03:30 +0100 |
commit | 15f3bf70fc3460b110a0478cc4a2f473acb10d66 (patch) | |
tree | 82f64d01561211653661071eb0e3256850f8810a /dev-python/rebulk | |
parent | dev-python/rebulk: remove old (diff) | |
download | gentoo-15f3bf70fc3460b110a0478cc4a2f473acb10d66.tar.gz gentoo-15f3bf70fc3460b110a0478cc4a2f473acb10d66.tar.bz2 gentoo-15f3bf70fc3460b110a0478cc4a2f473acb10d66.zip |
dev-python/rebulk: support both https and git repo URIs in 9999
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/rebulk-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |