diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-30 16:44:11 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-04 00:06:02 +0100 |
commit | fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf (patch) | |
tree | aefd71b77b05b0e566f8acbd7763fc20877f7f9c /dev-python | |
parent | dev-libs/uchardet: support both HTTPS and git URIs in 9999. (diff) | |
download | gentoo-fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf.tar.gz gentoo-fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf.tar.bz2 gentoo-fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf.zip |
dev-python/babelfish: support both HTTPS and git URIs in 9999.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/babelfish/babelfish-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index e2c45166084d..b751103e8951 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library to work with countries and languages" HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish" -EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git" +EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git ) LICENSE="BSD" SLOT="0" |