Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382757
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/sys-apps/memtest86+/memtest86+-4.20.ebuild
0
++ /usr/portage/sys-apps/memtest86+/memtest86+-4.20.ebuild
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="-* ~amd64 ~x86"
15
KEYWORDS="-* ~amd64 ~x86"
16
IUSE="floppy serial"
16
IUSE="floppy serial +symlink"
17
17
18
RESTRICT="test"
18
RESTRICT="test"
19
19
Lines 37-43 Link Here
37
	insinto /boot/memtest86plus
37
	insinto /boot/memtest86plus
38
	newins memtest.bin memtest || die
38
	newins memtest.bin memtest || die
39
	newins memtest memtest.netbsd || die
39
	newins memtest memtest.netbsd || die
40
	dosym memtest /boot/memtest86plus/memtest.bin
40
	if use symlink ; then
41
		dosym memtest /boot/memtest86plus/memtest.bin
42
	else
43
		doins memtest.bin
44
	fi
41
	dodoc README README.build-process
45
	dodoc README README.build-process
42
46
43
	if use floppy ; then
47
	if use floppy ; then

Return to bug 382757