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

Collapse All | Expand All

(-)kmail.orig/kmail-4.7.3.ebuild (-2 / +12 lines)
Lines 57-73 Link Here
57
	kde4-meta_src_unpack
57
	kde4-meta_src_unpack
58
}	
58
}	
59
59
60
src_prepare() {
61
	epatch "${FILESDIR}"/test.patch
62
63
	kde4-meta_src_prepare
64
}
65
60
src_configure() {
66
src_configure() {
61
	# Bug 308903
67
	# Bug 308903
62
	use ppc64 && append-flags -mminimal-toc
63
64
	kde4-meta_src_configure
68
	kde4-meta_src_configure
69
	use ppc64 && append-flags -mminimal-toc
65
}
70
}
66
71
67
src_compile() {
72
src_compile() {
68
	kde4-meta_src_compile kmail_xml && kde4-meta_src_compile
73
	kde4-meta_src_compile kmail_xml && kde4-meta_src_compile
69
}
74
}
70
75
76
src_test() {
77
#	eval $(dbus-launch --sh-syntax --exit-with-session) || die
78
	kde4-base_src_test
79
}
80
71
pkg_postinst() {
81
pkg_postinst() {
72
	kde4-meta_pkg_postinst
82
	kde4-meta_pkg_postinst
73
83

Return to bug 393147