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

Collapse All | Expand All

(-)/usr/portage/media-gfx/cellwriter/cellwriter-1.3.4.ebuild (+7 lines)
Lines 4-9 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils autotools
8
7
DESCRIPTION="Grid-entry natural handwriting input panel"
9
DESCRIPTION="Grid-entry natural handwriting input panel"
8
HOMEPAGE="http://risujin.org/cellwriter/"
10
HOMEPAGE="http://risujin.org/cellwriter/"
9
SRC_URI="http://pub.risujin.org/cellwriter/${P}.tar.gz"
11
SRC_URI="http://pub.risujin.org/cellwriter/${P}.tar.gz"
Lines 20-26 Link Here
20
	virtual/pkgconfig
22
	virtual/pkgconfig
21
	x11-proto/inputproto"
23
	x11-proto/inputproto"
22
24
25
src_prepare() {
26
	epatch "${FILESDIR}"/${P}-underlinking.patch
27
}
28
23
src_configure() {
29
src_configure() {
30
	eautoreconf
24
	econf $(use_with gnome)
31
	econf $(use_with gnome)
25
}
32
}
26
33

Return to bug 369305