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

Collapse All | Expand All

(-)enblend-4.0.ebuild.orig (-1 / +2 lines)
Lines 29-35 Link Here
29
	dev-util/pkgconfig
29
	dev-util/pkgconfig
30
	doc? (
30
	doc? (
31
		media-gfx/transfig
31
		media-gfx/transfig
32
		sci-visualization/gnuplot[gd]
32
		|| ( sci-visualization/gnuplot[gd] >=sci-visualization/gnuplot-4.4[cairo] )
33
		media-fonts/freefont-ttf
33
		media-fonts/freefont-ttf
34
		virtual/latex-base
34
		virtual/latex-base
35
	)"
35
	)"
Lines 45-50 Link Here
45
45
46
src_prepare() {
46
src_prepare() {
47
	epatch "${FILESDIR}"/${P}-libpng14.patch
47
	epatch "${FILESDIR}"/${P}-libpng14.patch
48
	epatch "${FILESDIR}"/${P}-doc-gnuplot-font.patch
48
}
49
}
49
50
50
src_configure() {
51
src_configure() {

Return to bug 334331