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 003B31396D2 for ; Wed, 16 Aug 2017 07:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11889E0E21; Wed, 16 Aug 2017 07:16:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E314AE0E21 for ; Wed, 16 Aug 2017 07:16:48 +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 F35A13417CE for ; Wed, 16 Aug 2017 07:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96154784C for ; Wed, 16 Aug 2017 07:16:46 +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: <1502867661.629f29f4f39b80aa2a5529e5ebebf5f23d548f34.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild X-VCS-Directories: x11-libs/xcb-util-renderutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 629f29f4f39b80aa2a5529e5ebebf5f23d548f34 X-VCS-Branch: master Date: Wed, 16 Aug 2017 07:16:46 +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: 25fe7ead-3652-41fb-877b-dcb6598dfd9f X-Archives-Hash: ae2415fb815b1f6d7752dc84a3cbeecc commit: 629f29f4f39b80aa2a5529e5ebebf5f23d548f34 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 11:02:06 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 16 07:14:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629f29f4 x11-libs/xcb-util-renderutil: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild index 4600a023922..7f8a056ea0b 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild @@ -9,7 +9,7 @@ XORG_DOC=doc XORG_MULTILIB=yes inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-renderutil" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-renderutil.git" EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations"