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

Collapse All | Expand All

(-)sys-fs/xfsdump/xfsdump-3.1.4.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit multilib eutils
7
inherit multilib eutils libtool autotools
8
8
9
DESCRIPTION="xfs dump/restore utilities"
9
DESCRIPTION="xfs dump/restore utilities"
10
HOMEPAGE="http://oss.sgi.com/projects/xfs"
10
HOMEPAGE="http://oss.sgi.com/projects/xfs"
Lines 30-35 src_prepare() { Link Here
30
		|| die
30
		|| die
31
	epatch "${FILESDIR}"/${PN}-3.0.5-prompt-overflow.patch #335115
31
	epatch "${FILESDIR}"/${PN}-3.0.5-prompt-overflow.patch #335115
32
	epatch "${FILESDIR}"/${PN}-3.0.4-no-symlink.patch #311881
32
	epatch "${FILESDIR}"/${PN}-3.0.4-no-symlink.patch #311881
33
	epatch "${FILESDIR}"/${PN}-3.1.4-xfsprogs-4.patch #560358
34
	epatch "${FILESDIR}"/${PN}-3.1.4-destdir.patch #560358
35
	eautoreconf
33
}
36
}
34
37
35
src_configure() {
38
src_configure() {

Return to bug 560358