Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273900 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-firewall/itval/itval-1.0.ebuild (-1 / +2 lines)
Lines 20-31 Link Here
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
	cd "${S}"
24
	epatch "${FILESDIR}/${P}-gcc43.patch"
24
	epatch "${FILESDIR}/${P}-gcc43.patch"
25
	epatch "${FILESDIR}/${P}-gcc44.patch"
25
}
26
}
26
27
27
src_install(){
28
src_install(){
28
	make DESTDIR="${D}" install || die "make install failed"
29
	make DESTDIR="${D}" install || die "make install failed"
29
	doman itval.n
30
	doman man/ITVal.n
30
	dodoc README ChangeLog RELEASE AUTHORS
31
	dodoc README ChangeLog RELEASE AUTHORS
31
}
32
}

Return to bug 273900