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

Collapse All | Expand All

(-)geresh-0.4.1.ebuild (-10 / +5 lines)
Lines 8-34 Link Here
8
HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/"
8
HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/"
9
SRC_URI="http://www.typo.co.il/~mooffie/geresh/download/${P}.tar.gz"
9
SRC_URI="http://www.typo.co.il/~mooffie/geresh/download/${P}.tar.gz"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~ppc x86"
13
KEYWORDS="~ppc ~x86"
14
IUSE="spell"
14
IUSE="spell"
15
15
16
DEPEND="virtual/libiconv
16
DEPEND="virtual/libiconv
17
		dev-libs/fribidi
17
	dev-libs/fribidi
18
		sys-libs/ncurses
18
	sys-libs/ncurses
19
		spell? ( virtual/aspell-dict )
19
	spell? ( virtual/aspell-dict )"
20
	   "
21
20
22
src_unpack() {
21
src_unpack() {
23
	unpack ${A}
22
	unpack ${A}
24
	cd "${S}"
23
	cd "${S}"
25
24
	epatch "${FILESDIR}"/${P}-gcc4.y.patch
26
	# Bug #149758
27
	epatch "${FILESDIR}"/${P}-gcc4.patch
28
	# GCC 4.3 header fix
29
	epatch "${FILESDIR}"/${P}-gcc43.patch
30
}
25
}
31
26
32
src_install() {
27
src_install() {
33
	emake DESTDIR="${D}" install || die
28
	emake DESTDIR="${D}" install || die
34
}
29
}

Return to bug 220759