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

Collapse All | Expand All

(-)/usr/portage/app-office/abiword-plugins/abiword-plugins-2.4.1-r2.ebuild (-3 / +1 lines)
Lines 29-39 Link Here
29
	jpeg?  ( >=media-libs/jpeg-6b-r2 )
29
	jpeg?  ( >=media-libs/jpeg-6b-r2 )
30
	libgda? (
30
	libgda? (
31
		>=gnome-extra/libgda-1.2
31
		>=gnome-extra/libgda-1.2
32
		>=gnome-extra/libgnomedb-1.2 )
32
		>=gnome-extra/libgnomedb-1.2 )
33
	math? ( >=x11-libs/gtkmathview-0.7.5 )
33
	math? ( >=x11-libs/gtkmathview-0.7.5 )
34
	pdf? ( >=app-text/poppler-0.1.2 )
35
	readline? ( sys-libs/readline )
34
	readline? ( sys-libs/readline )
36
	thesaurus? ( >=app-text/aiksaurus-1.2 )
35
	thesaurus? ( >=app-text/aiksaurus-1.2 )
37
	wordperfect? ( >=app-text/libwpd-0.8 )
36
	wordperfect? ( >=app-text/libwpd-0.8 )
38
	wmf? ( >=media-libs/libwmf-0.2.8 )
37
	wmf? ( >=media-libs/libwmf-0.2.8 )
39
	svg? ( >=gnome-base/librsvg-2 )"
38
	svg? ( >=gnome-base/librsvg-2 )"
Lines 48-67 Link Here
48
	has_version ">=x11-libs/goffice-0.1.2" && \
47
	has_version ">=x11-libs/goffice-0.1.2" && \
49
		epatch ${FILESDIR}/${P}-goffice.patch
48
		epatch ${FILESDIR}/${P}-goffice.patch
50
}
49
}
51
50
52
src_compile() {
51
src_compile() {
53
	local myconf="--enable-all \
52
	local myconf="--enable-all --without-pdf \
54
		--with-abiword=${WORKDIR}/abiword-${PV}/abi \
53
		--with-abiword=${WORKDIR}/abiword-${PV}/abi \
55
		$(use_enable debug) \
54
		$(use_enable debug) \
56
		$(use_with bzip2 bz2abw) \
55
		$(use_with bzip2 bz2abw) \
57
		$(use_with gnome abigochart) \
56
		$(use_with gnome abigochart) \
58
		$(use_with grammar abigrammar) \
57
		$(use_with grammar abigrammar) \
59
		$(use_with jpeg) \
58
		$(use_with jpeg) \
60
		$(use_with libgda gda) \
59
		$(use_with libgda gda) \
61
		$(use_with math abimathview) \
60
		$(use_with math abimathview) \
62
		$(use_with pdf) \
63
		$(use_with readline abicommand)
61
		$(use_with readline abicommand)
64
		$(use_with svg librsvg) \
62
		$(use_with svg librsvg) \
65
		$(use_with thesaurus aiksaurus) \
63
		$(use_with thesaurus aiksaurus) \
66
		$(use_with wmf) \
64
		$(use_with wmf) \
67
		$(use_with wordperfect) \
65
		$(use_with wordperfect) \

Return to bug 119942