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 90F88138334 for ; Sat, 25 Aug 2018 13:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C91E086F; Sat, 25 Aug 2018 13:05:43 +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 8E7AAE086F for ; Sat, 25 Aug 2018 13:05:43 +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 4D7E6335CA3 for ; Sat, 25 Aug 2018 13:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64CCC3B9 for ; Sat, 25 Aug 2018 13:05:38 +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: <1535202328.86b70afcd83d1f9b5f30890310452ef1d2699ab3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/mbr/mbr-1.1.11-r1.ebuild X-VCS-Directories: sys-boot/mbr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86b70afcd83d1f9b5f30890310452ef1d2699ab3 X-VCS-Branch: master Date: Sat, 25 Aug 2018 13:05:38 +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: 52c8f825-c92f-4321-873d-d0808a90eb11 X-Archives-Hash: 892682d7ae587dce8061ec2699b92d8d commit: 86b70afcd83d1f9b5f30890310452ef1d2699ab3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 25 13:03:43 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 25 13:05:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b70afc sys-boot/mbr: https Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-boot/mbr/mbr-1.1.11-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys-boot/mbr/mbr-1.1.11-r1.ebuild b/sys-boot/mbr/mbr-1.1.11-r1.ebuild index c6eb30125d8..8955ded66cf 100644 --- a/sys-boot/mbr/mbr-1.1.11-r1.ebuild +++ b/sys-boot/mbr/mbr-1.1.11-r1.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A replacement master boot record for IBM-PC compatible computers" -HOMEPAGE="http://www.chiark.greenend.org.uk/~neilt/mbr/" -SRC_URI="http://www.chiark.greenend.org.uk/~neilt/mbr/${P}.tar.gz" +HOMEPAGE="https://www.chiark.greenend.org.uk/~neilt/mbr/" +SRC_URI="https://www.chiark.greenend.org.uk/~neilt/mbr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-alpha ~amd64 -ppc -sparc ~x86" IUSE="test" -DEPEND="sys-devel/bin86 +DEPEND=" + sys-devel/bin86 test? ( dev-vcs/rcs )" RDEPEND=""