From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E32A1382C5 for ; Tue, 30 Jan 2018 07:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B4FEE0C2B; Tue, 30 Jan 2018 07:32:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37827E0C2B for ; Tue, 30 Jan 2018 07:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13C9A335C34 for ; Tue, 30 Jan 2018 07:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 877361D7 for ; Tue, 30 Jan 2018 07:32:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517297554.273d3bb70e9a3ded356790bf8b4b72e0414a8feb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoolkit/gentoolkit-9999.ebuild X-VCS-Directories: app-portage/gentoolkit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 273d3bb70e9a3ded356790bf8b4b72e0414a8feb X-VCS-Branch: master Date: Tue, 30 Jan 2018 07:32:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49ef5ab1-c1aa-4c4a-bb68-dfa105b9d640 X-Archives-Hash: f8968dbb50e2b256c3dfe92862fdd1cd commit: 273d3bb70e9a3ded356790bf8b4b72e0414a8feb Author: Michał Górny gentoo org> AuthorDate: Mon Jan 29 17:55:40 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 30 07:32:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273d3bb7 app-portage/gentoolkit: Switch git to https:// app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 7236dff33de..7583a0910da 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 git-r3 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoolkit.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git" DESCRIPTION="Collection of administration scripts for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"