Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/
Date: Sun, 01 Sep 2019 07:43:48
Message-Id: 1567323803.a5e9af0e169be3e4481fc1902d5198409f3db304.zlogene@gentoo
1 commit: a5e9af0e169be3e4481fc1902d5198409f3db304
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 07:43:23 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 07:43:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e9af0e
7
8 sys-apps/memtest86+: Drop non-existing dep
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-apps/memtest86+/memtest86+-4.20-r1.ebuild | 4 ++--
14 sys-apps/memtest86+/memtest86+-4.20-r3.ebuild | 4 ++--
15 sys-apps/memtest86+/memtest86+-5.01-r2.ebuild | 4 ++--
16 sys-apps/memtest86+/memtest86+-5.01-r4.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-apps/memtest86+/memtest86+-4.20-r1.ebuild b/sys-apps/memtest86+/memtest86+-4.20-r1.ebuild
20 index b7a2c8ac38b..ef79c442e7a 100644
21 --- a/sys-apps/memtest86+/memtest86+-4.20-r1.ebuild
22 +++ b/sys-apps/memtest86+/memtest86+-4.20-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=4
29 @@ -17,7 +17,7 @@ IUSE="floppy serial"
30 BOOTDIR=/boot/memtest86plus
31 QA_PRESTRIPPED="${BOOTDIR}/memtest.netbsd"
32
33 -RDEPEND="floppy? ( >=sys-boot/grub-0.95:0 sys-fs/mtools )"
34 +RDEPEND="floppy? ( sys-fs/mtools )"
35 DEPEND=""
36
37 src_prepare() {
38
39 diff --git a/sys-apps/memtest86+/memtest86+-4.20-r3.ebuild b/sys-apps/memtest86+/memtest86+-4.20-r3.ebuild
40 index 6c1705fa9a2..5ad27dd25b9 100644
41 --- a/sys-apps/memtest86+/memtest86+-4.20-r3.ebuild
42 +++ b/sys-apps/memtest86+/memtest86+-4.20-r3.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=4
49 @@ -17,7 +17,7 @@ IUSE="floppy serial"
50 BOOTDIR=/boot/memtest86plus
51 QA_PRESTRIPPED="${BOOTDIR}/memtest.netbsd"
52
53 -RDEPEND="floppy? ( >=sys-boot/grub-0.95:0 sys-fs/mtools )"
54 +RDEPEND="floppy? ( sys-fs/mtools )"
55 DEPEND=""
56
57 src_prepare() {
58
59 diff --git a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
60 index 70ce682ffff..47ecffb4628 100644
61 --- a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
62 +++ b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=4
69 @@ -18,7 +18,7 @@ BOOTDIR=/boot/memtest86plus
70 QA_PRESTRIPPED="${BOOTDIR}/memtest.netbsd"
71 QA_FLAGS_IGNORED="${BOOTDIR}/memtest.netbsd"
72
73 -RDEPEND="floppy? ( >=sys-boot/grub-0.95:0 sys-fs/mtools )"
74 +RDEPEND="floppy? ( sys-fs/mtools )"
75 DEPEND="iso? ( app-cdr/cdrtools )"
76
77 src_prepare() {
78
79 diff --git a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
80 index ad766837ca1..08cf34af541 100644
81 --- a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
82 +++ b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI="6"
89 @@ -18,7 +18,7 @@ BOOTDIR="/boot/memtest86plus"
90 QA_PRESTRIPPED="${BOOTDIR}/memtest /usr/share/${PN}/memtest"
91 QA_FLAGS_IGNORED="${BOOTDIR}/memtest /usr/share/${PN}/memtest"
92
93 -RDEPEND="floppy? ( >=sys-boot/grub-0.95:0 sys-fs/mtools )"
94 +RDEPEND="floppy? ( sys-fs/mtools )"
95 DEPEND="iso? ( app-cdr/cdrtools )"
96
97 pkg_pretend() {