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

(-)/mnt/builder/portage/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild (-3 / +4 lines)
Lines 56-64 Link Here
56
56
57
	sed -i -e 's:python:python2:' scripts/sync-palm-jppy.py || die
57
	sed -i -e 's:python:python2:' scripts/sync-palm-jppy.py || die
58
58
59
	epatch \
59
	epatch "${FILESDIR}"/${P}-gold.patch ;
60
		"${FILESDIR}"/${P}-gdl-3.6.patch \
60
	if has_version >=dev-libs/gdl-3.6 ; then
61
		"${FILESDIR}"/${P}-gold.patch
61
	  epatch "${FILESDIR}"/${P}-gdl-3.6.patch
62
	fi
62
	eautoreconf
63
	eautoreconf
63
}
64
}
64
65

Return to bug 452608