Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Sun, 30 Jul 2017 09:45:03
Message-Id: 1501407884.09e608a910f57b8c370a0ffbf5612102225d1689.mgorny@gentoo
1 commit: 09e608a910f57b8c370a0ffbf5612102225d1689
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:37:42 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e608a9
7
8 dev-python/babelfish: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
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 e8b9c1375b7..9cdc6f9ff39 100644
17 --- a/dev-python/babelfish/babelfish-9999.ebuild
18 +++ b/dev-python/babelfish/babelfish-9999.ebuild
19 @@ -9,7 +9,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=( {https,git}://github.com/Diaoul/${PN}.git )
24 +EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
25
26 LICENSE="BSD"
27 SLOT="0"