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 87FC91396D9 for ; Sun, 29 Oct 2017 19:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E125D2BC103; Sun, 29 Oct 2017 19:30:47 +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 BED6B2BC103 for ; Sun, 29 Oct 2017 19:30:47 +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 C35703416AF for ; Sun, 29 Oct 2017 19:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37703827 for ; Sun, 29 Oct 2017 19:30:45 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1509305431.d21105b6a1dcfdaa9c76eaa2696ca1e91c738b98.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/os-prober/os-prober-1.71.ebuild sys-boot/os-prober/os-prober-1.74.ebuild X-VCS-Directories: sys-boot/os-prober/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: d21105b6a1dcfdaa9c76eaa2696ca1e91c738b98 X-VCS-Branch: master Date: Sun, 29 Oct 2017 19:30:45 +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: 063a217c-dcad-4609-9012-0dec677efc3b X-Archives-Hash: d347f60caeaa02590463cd3138f2029d commit: d21105b6a1dcfdaa9c76eaa2696ca1e91c738b98 Author: Jonas Stein gentoo org> AuthorDate: Sun Oct 29 19:30:31 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Oct 29 19:30:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21105b6 sys-boot/os-prober: add https for HOMEPAGE makes repoman happy now. Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-boot/os-prober/os-prober-1.71.ebuild | 2 +- sys-boot/os-prober/os-prober-1.74.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild b/sys-boot/os-prober/os-prober-1.71.ebuild index f6aa7a1d903..a5ea7d98061 100644 --- a/sys-boot/os-prober/os-prober-1.71.ebuild +++ b/sys-boot/os-prober/os-prober-1.71.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Utility to detect other OSs on a set of drives" -HOMEPAGE="http://packages.debian.org/source/sid/os-prober" +HOMEPAGE="https://packages.debian.org/source/sid/os-prober" SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-3" diff --git a/sys-boot/os-prober/os-prober-1.74.ebuild b/sys-boot/os-prober/os-prober-1.74.ebuild index db333f13929..38529501daa 100644 --- a/sys-boot/os-prober/os-prober-1.74.ebuild +++ b/sys-boot/os-prober/os-prober-1.74.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Utility to detect other OSs on a set of drives" -HOMEPAGE="http://packages.debian.org/source/sid/os-prober" +HOMEPAGE="https://packages.debian.org/source/sid/os-prober" SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-3"