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: net-im/hangups/
Date: Sun, 30 Jul 2017 09:45:09
Message-Id: 1501407889.42661e0fee3111230d368e74f02d81778a2c7036.mgorny@gentoo
1 commit: 42661e0fee3111230d368e74f02d81778a2c7036
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:55:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42661e0f
7
8 net-im/hangups: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-im/hangups/hangups-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/hangups/hangups-9999.ebuild b/net-im/hangups/hangups-9999.ebuild
16 index eb3af4e1ccd..837ce61829e 100644
17 --- a/net-im/hangups/hangups-9999.ebuild
18 +++ b/net-im/hangups/hangups-9999.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5} )
20 inherit distutils-r1
21
22 if [[ ${PV} = *9999* ]]; then
23 - EGIT_REPO_URI="git://github.com/tdryer/${PN}"
24 + EGIT_REPO_URI="https://github.com/tdryer/${PN}"
25 inherit git-r3
26 else
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"