Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr/
Date: Sat, 25 Aug 2018 13:05:44
Message-Id: 1535202328.86b70afcd83d1f9b5f30890310452ef1d2699ab3.asturm@gentoo
1 commit: 86b70afcd83d1f9b5f30890310452ef1d2699ab3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 13:03:43 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 13:05:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b70afc
7
8 sys-boot/mbr: https
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sys-boot/mbr/mbr-1.1.11-r1.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-boot/mbr/mbr-1.1.11-r1.ebuild b/sys-boot/mbr/mbr-1.1.11-r1.ebuild
16 index c6eb30125d8..8955ded66cf 100644
17 --- a/sys-boot/mbr/mbr-1.1.11-r1.ebuild
18 +++ b/sys-boot/mbr/mbr-1.1.11-r1.ebuild
19 @@ -1,18 +1,19 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 DESCRIPTION="A replacement master boot record for IBM-PC compatible computers"
27 -HOMEPAGE="http://www.chiark.greenend.org.uk/~neilt/mbr/"
28 -SRC_URI="http://www.chiark.greenend.org.uk/~neilt/mbr/${P}.tar.gz"
29 +HOMEPAGE="https://www.chiark.greenend.org.uk/~neilt/mbr/"
30 +SRC_URI="https://www.chiark.greenend.org.uk/~neilt/mbr/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="-alpha ~amd64 -ppc -sparc ~x86"
35 IUSE="test"
36
37 -DEPEND="sys-devel/bin86
38 +DEPEND="
39 + sys-devel/bin86
40 test? ( dev-vcs/rcs )"
41 RDEPEND=""