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

Collapse All | Expand All

(-)/home/hibou/dwnld/pylucene-1.9.1.ebuild (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils python
5
inherit eutils python
6
6
7
MY_P=${P/pylucene/PyLucene}
7
MY_P=${P/pylucene/PyLucene-src}
8
S="${WORKDIR}/${MY_P}"
8
S="${WORKDIR}/${MY_P}"
9
9
10
DESCRIPTION="Python bindings od Lucene search engine"
10
DESCRIPTION="Python bindings od Lucene search engine"
Lines 17-23 Link Here
17
IUSE=""
17
IUSE=""
18
18
19
DEPEND="virtual/python
19
DEPEND="virtual/python
20
	dev-lang/swig
20
	>=dev-lang/swig-1.3.24
21
	>=sys-devel/gcc-3.4"
21
	>=sys-devel/gcc-3.4"
22
RDEPEND=""
22
RDEPEND=""
23
	
23
	

Return to bug 81416