From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B0FB13877A for ; Sat, 12 Jul 2014 15:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A54AE0881; Sat, 12 Jul 2014 15:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EADA3E0881 for ; Sat, 12 Jul 2014 15:33:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0012733F7CD for ; Sat, 12 Jul 2014 15:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id AF99020035 for ; Sat, 12 Jul 2014 15:33:24 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1405179178.5084f589c4f96d7804b52f833cbf30f5c7202039.pesa@gentoo> Subject: [gentoo-commits] proj/api:master commit in: files/overlays/ X-VCS-Repository: proj/api X-VCS-Files: files/overlays/repositories.xml X-VCS-Directories: files/overlays/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 5084f589c4f96d7804b52f833cbf30f5c7202039 X-VCS-Branch: master Date: Sat, 12 Jul 2014 15:33:24 +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: e2f9e3e2-4c3a-4660-a873-c485c6d8c5d8 X-Archives-Hash: 4e37eaf0ec247048bd6decca73056ba8 commit: 5084f589c4f96d7804b52f833cbf30f5c7202039 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 12 15:32:58 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 12 15:32:58 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=5084f589 Use https for qt overlay. --- files/overlays/repositories.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1dc7914..5583096 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4238,10 +4238,10 @@ FIN Qt Team git://git.overlays.gentoo.org/proj/qt.git - http://git.overlays.gentoo.org/gitroot/proj/qt.git + https://git.overlays.gentoo.org/gitroot/proj/qt.git git+ssh://git@git.overlays.gentoo.org/proj/qt.git - http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=rss + https://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=atom + https://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=rss quantumsummers