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