Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Tue, 03 Jan 2017 23:07:26
Message-Id: 1483484762.fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf.monsieurp@gentoo
1 commit: fe9b5c225e8fa70f310f38e2d8cfa2c3c8cc4bcf
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 13:44:11 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 23:06:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9b5c22
7
8 dev-python/babelfish: support both HTTPS and git URIs in 9999.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/babelfish/babelfish-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
16 index e2c4516..b751103 100644
17 --- a/dev-python/babelfish/babelfish-9999.ebuild
18 +++ b/dev-python/babelfish/babelfish-9999.ebuild
19 @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
20
21 DESCRIPTION="Python library to work with countries and languages"
22 HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
23 -EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git"
24 +EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git )
25
26 LICENSE="BSD"
27 SLOT="0"