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 A4EB3138331 for ; Wed, 11 Apr 2018 23:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 732CAE0965; Wed, 11 Apr 2018 23:10:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 506E9E0965 for ; Wed, 11 Apr 2018 23:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3EE38335C75 for ; Wed, 11 Apr 2018 23:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A09289 for ; Wed, 11 Apr 2018 23:10:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523488175.3b54ba56fa9fb4b8b169e6353d02e04d256f95b0.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/ X-VCS-Repository: proj/qt X-VCS-Files: app-crypt/qca/qca-9999.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b54ba56fa9fb4b8b169e6353d02e04d256f95b0 X-VCS-Branch: master Date: Wed, 11 Apr 2018 23:10:48 +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: 437ebd19-02b0-49cc-bf05-a723ff4499ec X-Archives-Hash: 31bb0cc124dfe23cf603b7efae87c3f3 commit: 3b54ba56fa9fb4b8b169e6353d02e04d256f95b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 11 23:09:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 11 23:09:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b54ba56 app-crypt/qca: Switch EGIT_REPO_URI to https Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-crypt/qca/qca-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index 1dede5f2..6bf24ba2 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils qmake-utils git-r3 DESCRIPTION="Qt Cryptographic Architecture (QCA)" HOMEPAGE="https://userbase.kde.org/QCA" -EGIT_REPO_URI=("git://anongit.kde.org/${PN}.git") +EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" LICENSE="LGPL-2.1" SLOT="2"