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

Collapse All | Expand All

(-)/var/package-manager/portage/sys-libs/tdb/tdb-1.3.0-r1.ebuild (-2 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
PYTHON_COMPAT=( python{2_6,2_7} )
7
PYTHON_COMPAT=( python2_7 )
8
8
9
inherit waf-utils multilib-minimal python-single-r1 eutils
9
inherit waf-utils multilib-minimal python-single-r1 eutils
10
10
Lines 17-33 Link Here
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
18
IUSE="python"
18
IUSE="python"
19
19
20
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
20
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21
21
22
RDEPEND="python? ( ${PYTHON_DEPS} )"
22
RDEPEND="python? ( ${PYTHON_DEPS} )"
23
DEPEND="
23
DEPEND="
24
	${RDEPEND}
24
	${RDEPEND}
25
	${PYTHON_DEPS}
25
	app-text/docbook-xml-dtd:4.2"
26
	app-text/docbook-xml-dtd:4.2"
26
27
27
WAF_BINARY="${S}/buildtools/bin/waf"
28
WAF_BINARY="${S}/buildtools/bin/waf"
28
29
29
src_prepare() {
30
src_prepare() {
30
	epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
31
	epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
32
	python_fix_shebang .
31
	multilib_copy_sources
33
	multilib_copy_sources
32
}
34
}
33
35

Return to bug 475370