summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-12-08 11:53:49 +0300
committerDavid Seifert <soap@gentoo.org>2016-12-11 00:03:30 +0100
commit15f3bf70fc3460b110a0478cc4a2f473acb10d66 (patch)
tree82f64d01561211653661071eb0e3256850f8810a
parentdev-python/rebulk: remove old (diff)
downloadgentoo-15f3bf70.tar.gz
gentoo-15f3bf70.tar.bz2
gentoo-15f3bf70.zip
dev-python/rebulk: support both https and git repo URIs in 9999
Package-Manager: portage-2.3.3
-rw-r--r--dev-python/rebulk/rebulk-9999.ebuild2
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"