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-util/abi-compliance-checker/
Date: Sun, 30 Jul 2017 09:38:15
Message-Id: 1501407473.6866e5e907068ae208f88d4ccc25aec7c3b9e3ea.mgorny@gentoo
1 commit: 6866e5e907068ae208f88d4ccc25aec7c3b9e3ea
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:44:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866e5e9
7
8 dev-util/abi-compliance-checker: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
16 index e602ebea316..e78e618f979 100644
17 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
18 +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
19 @@ -1,11 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 #if LIVE
27 -EGIT_REPO_URI="git://github.com/lvc/${PN}.git
28 - https://github.com/lvc/${PN}.git"
29 +EGIT_REPO_URI="https://github.com/lvc/${PN}.git"
30
31 inherit git-r3
32 #endif