commit:     15f3bf70fc3460b110a0478cc4a2f473acb10d66
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Dec  8 08:53:49 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 23:03:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f3bf70

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(-)

diff --git a/dev-python/rebulk/rebulk-9999.ebuild 
b/dev-python/rebulk/rebulk-9999.ebuild
index 3eb36b6..8ec8efb 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"

Reply via email to