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

Collapse All | Expand All

(-)protobuf-2.3.0.ebuild.orig (-1 / +3 lines)
Lines 7-13 Link Here
7
JAVA_PKG_IUSE="source"
7
JAVA_PKG_IUSE="source"
8
PYTHON_DEPEND="python? 2"
8
PYTHON_DEPEND="python? 2"
9
9
10
inherit eutils distutils python java-pkg-opt-2 elisp-common
10
inherit autotools eutils distutils python java-pkg-opt-2 elisp-common
11
11
12
DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data"
12
DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data"
13
HOMEPAGE="http://code.google.com/p/protobuf/"
13
HOMEPAGE="http://code.google.com/p/protobuf/"
Lines 28-37 Link Here
28
DISTUTILS_SRC_TEST="setup.py"
28
DISTUTILS_SRC_TEST="setup.py"
29
29
30
src_prepare() {
30
src_prepare() {
31
	epatch "${FILESDIR}"/${P}-asneeded.patch
31
	use python && {
32
	use python && {
32
		python_convert_shebangs -r 2 .
33
		python_convert_shebangs -r 2 .
33
		distutils_src_prepare
34
		distutils_src_prepare
34
	}
35
	}
36
	eautoreconf
35
}
37
}
36
38
37
src_compile() {
39
src_compile() {

Return to bug 271509