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 725E3139694 for ; Sat, 29 Jul 2017 09:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B80E91FC002; Sat, 29 Jul 2017 09:55:10 +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 919811FC00B for ; Sat, 29 Jul 2017 09:55:10 +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 6BBFA3419E3 for ; Sat, 29 Jul 2017 09:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17EC74C5 for ; Sat, 29 Jul 2017 09:55:07 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1501321066.94d632b3be26866727bd28e89b90cbac015275d3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/debootstrap/debootstrap-1.0.91.ebuild X-VCS-Directories: dev-util/debootstrap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 94d632b3be26866727bd28e89b90cbac015275d3 X-VCS-Branch: master Date: Sat, 29 Jul 2017 09:55:07 +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: 85d4f190-addd-43c6-8e60-d8f27a570f09 X-Archives-Hash: 637557e9c8876022411395628ba3f375 commit: 94d632b3be26866727bd28e89b90cbac015275d3 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 29 09:37:46 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 29 09:37:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d632b3 dev-util/debootstrap: Use HTTPS in HOMEPAGE. Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-util/debootstrap/debootstrap-1.0.91.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/debootstrap/debootstrap-1.0.91.ebuild b/dev-util/debootstrap/debootstrap-1.0.91.ebuild index 1a80d483d36..fc955a4bad4 100644 --- a/dev-util/debootstrap/debootstrap-1.0.91.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.91.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" +HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz mirror://gentoo/devices.tar.gz"