Diff memtest86+-6.20-r1 with a memtest86+-7.20
/usr/portage/sys-apps/memtest86+/memtest86+-7.20.ebuild 2024-12-25 14:59:52.771270182 +0300 | ||
---|---|---|
13 | 13 | |
14 | 14 |
LICENSE="GPL-2" |
15 | 15 |
SLOT="0" |
16 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="~amd64 ~x86" |
|
17 | 17 |
IUSE="bios32 bios64 +boot uefi32 uefi64 iso32 iso64" |
18 | 18 | |
19 | 19 |
ISODEPS=" |
... | ... | |
39 | 39 |
-e 's#/sbin/mkdosfs#mkfs.vfat#' \ |
40 | 40 |
-e 's/^AS = as/AS +=/' \ |
41 | 41 |
-e '/^CC/d' \ |
42 |
-e 's/objcopy/$(OBJCOPY)/' \ |
|
42 |
-e 's/= objcopy/?= $(OBJCOPY)/' \ |
|
43 | 43 |
-e 's/shell size/shell $(SIZE)/' \ |
44 | 44 |
build{32,64}/Makefile || die |
45 | 45 |
default |