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 289101396D1 for ; Thu, 7 Sep 2017 12:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 123EAE0D8F; Thu, 7 Sep 2017 12:18:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E79E4E0D8F for ; Thu, 7 Sep 2017 12:18:53 +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 B61B934169D for ; Thu, 7 Sep 2017 12:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1218ECC for ; Thu, 7 Sep 2017 12:18:51 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504398172.2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6.kensington@gentoo> Subject: [gentoo-commits] proj/qt:qtbase59 commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6 X-VCS-Branch: qtbase59 Date: Thu, 7 Sep 2017 12:18:51 +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: 6e36597d-047c-464a-94f6-797bbd4b878f X-Archives-Hash: 1e58a0a548fb6d5bd6eee22fa07c7c78 commit: 2a263048bd80f87a97fb8fe6b2b57c7ff701a3a6 Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 3 00:22:52 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 3 00:22:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a263048 qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI eclass/qt5-build.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index d0013f3e..8066d84f 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -92,8 +92,7 @@ esac readonly QT5_BUILD_TYPE EGIT_REPO_URI=( - "git://code.qt.io/qt/${QT5_MODULE}.git" - "https://code.qt.io/git/qt/${QT5_MODULE}.git" + "https://code.qt.io/qt/${QT5_MODULE}.git" "https://github.com/qt/${QT5_MODULE}.git" ) [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3