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 E57271396D2 for ; Sun, 13 Aug 2017 07:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4459CE0CCD; Sun, 13 Aug 2017 07:44:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 26F39E0CCD for ; Sun, 13 Aug 2017 07:44:42 +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 09A41341866 for ; Sun, 13 Aug 2017 07:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDD4777E for ; Sun, 13 Aug 2017 07:44:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1502610217.1e824fca3dda7ab268078adb478479de81ae05c1.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/portage/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-apps/portage/portage-2.2.28-r5.ebuild sys-apps/portage/portage-2.3.6.ebuild sys-apps/portage/portage-2.3.7.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1e824fca3dda7ab268078adb478479de81ae05c1 X-VCS-Branch: master Date: Sun, 13 Aug 2017 07:44:39 +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: 9b359b8b-369b-409e-9c92-bda323330da0 X-Archives-Hash: 860a03390c1916d9e198e2aa06c953c5 commit: 1e824fca3dda7ab268078adb478479de81ae05c1 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 13 07:43:37 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 13 07:43:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1e824fca sys-apps/portage: use https for dev.g.o Package-Manager: Portage-2.3.7-prefix, Repoman-2.3.3 sys-apps/portage/portage-2.2.28-r5.ebuild | 2 +- sys-apps/portage/portage-2.3.6.ebuild | 2 +- sys-apps/portage/portage-2.3.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/portage/portage-2.2.28-r5.ebuild b/sys-apps/portage/portage-2.2.28-r5.ebuild index 8a873f61ee..47a0bd4d69 100644 --- a/sys-apps/portage/portage-2.2.28-r5.ebuild +++ b/sys-apps/portage/portage-2.2.28-r5.ebuild @@ -67,7 +67,7 @@ PDEPEND=" REQUIRED_USE="epydoc? ( $(python_gen_useflags 'python2*') )" -SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage http://dev.gentoo.org/~grobian/distfiles" +SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage https://dev.gentoo.org/~grobian/distfiles" prefix_src_archives() { local x y diff --git a/sys-apps/portage/portage-2.3.6.ebuild b/sys-apps/portage/portage-2.3.6.ebuild index e103f7c8cc..7a9c900b20 100644 --- a/sys-apps/portage/portage-2.3.6.ebuild +++ b/sys-apps/portage/portage-2.3.6.ebuild @@ -65,7 +65,7 @@ PDEPEND=" REQUIRED_USE="epydoc? ( $(python_gen_useflags 'python2*') )" -SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage http://dev.gentoo.org/~grobian/distfiles" +SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage https://dev.gentoo.org/~grobian/distfiles" prefix_src_archives() { local x y diff --git a/sys-apps/portage/portage-2.3.7.ebuild b/sys-apps/portage/portage-2.3.7.ebuild index af55c0f34b..60f0e15afe 100644 --- a/sys-apps/portage/portage-2.3.7.ebuild +++ b/sys-apps/portage/portage-2.3.7.ebuild @@ -65,7 +65,7 @@ PDEPEND=" REQUIRED_USE="epydoc? ( $(python_gen_useflags 'python2*') )" -SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage http://dev.gentoo.org/~grobian/distfiles" +SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/portage https://dev.gentoo.org/~grobian/distfiles" prefix_src_archives() { local x y