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

(-)pybluez-0.18.ebuild.orig (-1 / +6 lines)
Lines 6-12 Link Here
6
PYTHON_DEPEND="2"
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
7
SUPPORT_PYTHON_ABIS="1"
8
8
9
inherit distutils
9
inherit eutils distutils
10
10
11
MY_P="PyBluez-${PV}"
11
MY_P="PyBluez-${PV}"
12
12
Lines 27-32 Link Here
27
27
28
PYTHON_MODNAME="bluetooth"
28
PYTHON_MODNAME="bluetooth"
29
29
30
src_prepare() {
31
	cd ${WORKDIR}
32
	epatch ${FILESDIR}/linux3.patch
33
}
34
30
src_install() {
35
src_install() {
31
	distutils_src_install
36
	distutils_src_install
32
37

Return to bug 382257