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

(-)/var/db/repos/gentoo/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild (-1 / +2 lines)
Lines 16-22 Link Here
16
LICENSE="LGPL-2.1"
16
LICENSE="LGPL-2.1"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 x86"
18
KEYWORDS="amd64 x86"
19
IUSE="+introspection python +vala"
19
IUSE="+introspection nls python +vala"
20
REQUIRED_USE="
20
REQUIRED_USE="
21
	python? ( ${PYTHON_REQUIRED_USE} )
21
	python? ( ${PYTHON_REQUIRED_USE} )
22
	vala? ( introspection )
22
	vala? ( introspection )
Lines 53-58 Link Here
53
		--disable-test-coverage \
53
		--disable-test-coverage \
54
		--disable-static \
54
		--disable-static \
55
		$(use_enable introspection) \
55
		$(use_enable introspection) \
56
		$(use_enable nls) \
56
		$(use_enable vala) \
57
		$(use_enable vala) \
57
		$(use_with python)
58
		$(use_with python)
58
}
59
}

Return to bug 596052