Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 388981
Collapse All | Expand All

(-)/usr/portage/app-office/lyx/lyx-2.0.3.ebuild (-1 / +2 lines)
Lines 72-78 Link Here
72
	docbook? ( app-text/sgmltools-lite )
72
	docbook? ( app-text/sgmltools-lite )
73
	dot? ( media-gfx/graphviz )
73
	dot? ( media-gfx/graphviz )
74
	dia? ( app-office/dia )
74
	dia? ( app-office/dia )
75
	subversion? ( <dev-vcs/subversion-1.7.0 )
75
	subversion? ( dev-vcs/subversion )
76
	rcs? ( dev-vcs/rcs )
76
	rcs? ( dev-vcs/rcs )
77
	svg? (  || ( media-gfx/imagemagick[svg] media-gfx/graphicsmagick[svg] )
77
	svg? (  || ( media-gfx/imagemagick[svg] media-gfx/graphicsmagick[svg] )
78
			|| ( gnome-base/librsvg media-gfx/inkscape )
78
			|| ( gnome-base/librsvg media-gfx/inkscape )
Lines 95-100 Link Here
95
95
96
src_prepare() {
96
src_prepare() {
97
	epatch "${FILESDIR}"/2.0-python.patch
97
	epatch "${FILESDIR}"/2.0-python.patch
98
	epatch "${FILESDIR}"/${P}_svn-1.7-support.patch
98
	echo "#!/bin/sh" > config/py-compile
99
	echo "#!/bin/sh" > config/py-compile
99
	sed "s:python -tt:$(PYTHON) -tt:g" -i lib/configure.py || die
100
	sed "s:python -tt:$(PYTHON) -tt:g" -i lib/configure.py || die
100
}
101
}

Return to bug 388981