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

Collapse All | Expand All

(-)a/unison-2.48.3.ebuild (+6 lines)
Lines 30-35 Link Here
30
	doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
30
	doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
31
		http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
31
		http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
32
32
33
src_prepare() {
34
    epatch "${FILESDIR}/${P}-inotify_test.patch"
35
    epatch "${FILESDIR}/${P}-inotify_stubs.patch"
36
    cp "${FILESDIR}/${P}_inotify_test.c" "${WORKDIR}/${P}/"
37
}
38
33
src_compile() {
39
src_compile() {
34
	local myconf
40
	local myconf
35
41

Return to bug 566186