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

Collapse All | Expand All

(-)libxml2-2.7.7.ebuild (-1 / +4 lines)
Lines 14-20 Link Here
14
LICENSE="MIT"
14
LICENSE="MIT"
15
SLOT="2"
15
SLOT="2"
16
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
16
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
17
IUSE="debug doc examples ipv6 python readline test"
17
IUSE="debug doc examples ipv6 python readline test threads"
18
18
19
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
19
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
20
XSTS_NAME_1="xmlschema2002-01-16"
20
XSTS_NAME_1="xmlschema2002-01-16"
Lines 57-62 Link Here
57
src_prepare() {
57
src_prepare() {
58
	epunt_cxx
58
	epunt_cxx
59
59
60
	epatch "${FILESDIR}/${P}-fix-weak-symbols.patch"
61
60
	# Please do not remove, as else we get references to PORTAGE_TMPDIR
62
	# Please do not remove, as else we get references to PORTAGE_TMPDIR
61
	# in /usr/lib/python?.?/site-packages/libxml2mod.la among things.
63
	# in /usr/lib/python?.?/site-packages/libxml2mod.la among things.
62
	elibtoolize
64
	elibtoolize
Lines 81-86 Link Here
81
		$(use_with debug run-debug)
83
		$(use_with debug run-debug)
82
		$(use_with python)
84
		$(use_with python)
83
		$(use_with readline)
85
		$(use_with readline)
86
		$(use_with threads)
84
		$(use_with readline history)
87
		$(use_with readline history)
85
		$(use_enable ipv6)"
88
		$(use_enable ipv6)"
86
89

Return to bug 306479