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

(-)winefish-1.3.3-r1.ebuild (-1 / +4 lines)
Lines 19-30 Link Here
19
19
20
RDEPEND=">=x11-libs/gtk+-2.4:2
20
RDEPEND=">=x11-libs/gtk+-2.4:2
21
	>=dev-libs/libpcre-6.3
21
	>=dev-libs/libpcre-6.3
22
	spell? ( virtual/aspell-dict )"
22
	spell? ( app-text/aspell )"
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	dev-util/pkgconfig"
24
	dev-util/pkgconfig"
25
25
26
src_prepare() {
26
src_prepare() {
27
	epatch "${FILESDIR}/${P}-nostrip.patch"
27
	epatch "${FILESDIR}/${P}-nostrip.patch"
28
	if ! use spell; then
29
		sed -i -e 's/aspell\.h/AsPeLlDiSaBlEd.h/' configure || die
30
	fi
28
}
31
}
29
32
30
src_configure() {
33
src_configure() {

Return to bug 363281