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

(-)a/sys-boot/lilo/lilo-24.2-r1.ebuild (-2 / +4 lines)
Lines 21-27 SLOT="0" Link Here
21
LICENSE="BSD GPL-2"
21
LICENSE="BSD GPL-2"
22
KEYWORDS="-* amd64 x86"
22
KEYWORDS="-* amd64 x86"
23
23
24
DEPEND=">=sys-devel/bin86-0.15.5"
24
DEPEND=">=sys-devel/bin86-0.16.14"
25
RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
25
RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
26
26
27
# Bootloaders should not be using arbitrary CFLAGS without good reason.  A bootloader
27
# Bootloaders should not be using arbitrary CFLAGS without good reason.  A bootloader
Lines 47-52 src_prepare() { Link Here
47
		-e '/images install/d' \
47
		-e '/images install/d' \
48
		-e '/images all/d' \
48
		-e '/images all/d' \
49
		|| die "sed strip failed"
49
		|| die "sed strip failed"
50
51
	# Remove direct gcc call which checks for >=gcc-3.3.5 #753605
52
	sed -i checkit -e '/^echo GCC version /,/^echo/d' || die
50
}
53
}
51
54
52
src_configure() {
55
src_configure() {
53
- 

Return to bug 753605