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/ekg2/
Date: Sun, 30 Jul 2017 09:45:10
Message-Id: 1501407890.0fa5dc8bf76bf9d16ff63be8fdc48155f51c59d0.mgorny@gentoo
1 commit: 0fa5dc8bf76bf9d16ff63be8fdc48155f51c59d0
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:59:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa5dc8b
7
8 net-im/ekg2: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-im/ekg2/ekg2-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild
16 index 81a5d3845d0..05cb485792d 100644
17 --- a/net-im/ekg2/ekg2-9999.ebuild
18 +++ b/net-im/ekg2/ekg2-9999.ebuild
19 @@ -5,8 +5,7 @@ EAPI=5
20
21 #if LIVE
22 AUTOTOOLS_AUTORECONF=yes
23 -EGIT_REPO_URI="git://github.com/leafnode/${PN}.git
24 - https://github.com/leafnode/${PN}.git"
25 +EGIT_REPO_URI="https://github.com/leafnode/${PN}.git"
26
27 inherit git-r3
28 #endif