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

Collapse All | Expand All

(-)kword.orig/kword-2.3.3-r1.ebuild (-2 / +4 lines)
Lines 6-11 Link Here
6
6
7
KMNAME="koffice"
7
KMNAME="koffice"
8
KMMODULE="${PN}"
8
KMMODULE="${PN}"
9
VIRTUALX_REQUIRED=test
9
inherit kde4-meta
10
inherit kde4-meta
10
11
11
DESCRIPTION="KOffice word processor"
12
DESCRIPTION="KOffice word processor"
Lines 24-30 Link Here
24
	!app-text/wv2
25
	!app-text/wv2
25
"
26
"
26
27
27
PATCHES=( "${DISTDIR}/${PN}-2.3.3-libwpg02.patch.bz2" )
28
PATCHES=( "${DISTDIR}/${PN}-2.3.3-libwpg02.patch.bz2"
29
	"${FILESDIR}"/${PN}-test.patch )
28
30
29
KMEXTRA="filters/${KMMODULE}/
31
KMEXTRA="filters/${KMMODULE}/
30
	filters/libmso/
32
	filters/libmso/
Lines 40-46 Link Here
40
42
41
KMLOADLIBS="koffice-libs"
43
KMLOADLIBS="koffice-libs"
42
44
43
RESTRICT="test"
45
#RESTRICT="test"
44
# bug 387791
46
# bug 387791
45
47
46
src_configure() {
48
src_configure() {

Return to bug 387791