From b6efb5f9d09fd565dda39ccc59aca6fe82bb6d9a Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 18:00:49 +1000 Subject: [PATCH] dev-libs/qrosspython: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-libs/qrosspython/qrosspython-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qrosspython/qrosspython-9999.ebuild b/dev-libs/qrosspython/qrosspython-9999.ebuild index 7ca4184a5f720..c7d2650512466 100644 --- a/dev-libs/qrosspython/qrosspython-9999.ebuild +++ b/dev-libs/qrosspython/qrosspython-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit git-r3 python-single-r1 cmake-utils -EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" +EGIT_REPO_URI="https://github.com/0xd34df00d/Qross.git" DESCRIPTION="Python scripting backend for Qross" HOMEPAGE="https://github.com/0xd34df00d/Qross"