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

(-)/usr/portage/local/layman/python-nosvn/app-portage/g-pypi/g-pypi-0.2.2.ebuild (-2 / +2 lines)
Lines 3-9 Link Here
3
# $Header: $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
inherit distutils
6
inherit distutils eutils
7
7
8
8
9
DESCRIPTION="Create Python ebuilds for Gentoo by querying The Python Package Index"
9
DESCRIPTION="Create Python ebuilds for Gentoo by querying The Python Package Index"
Lines 23-29 Link Here
23
	dev-python/yolk"
23
	dev-python/yolk"
24
24
25
src_prepare(){
25
src_prepare(){
26
	epatch ${FILESDIR}/${P}_setup.patch
26
	epatch ${FILESDIR}/${P}_setup.patch || die
27
}
27
}
28
28
29
src_test() {
29
src_test() {

Return to bug 347455