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

(-)lvm2-2.02.110.ebuild (-2 / +3 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
15
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
16
thin device-mapper-only" +IUSE="readline static static-libs systemd
17
device-mapper-only" REQUIRED_USE="device-mapper-only?
16
	myconf="${myconf} $(use_enable !device-mapper-only fsadm)"
18
	myconf="${myconf} $(use_enable !device-mapper-only fsadm)"
17
	myconf="${myconf} $(use_enable !device-mapper-only lvmetad)"
19
	myconf="${myconf} $(use_enable !device-mapper-only lvmetad)"
18
	use device-mapper-only && myconf="${myconf}
20
	use device-mapper-only && myconf="${myconf}
19
-disable-udev-systemd-background-jobs"
21
	use python && myconf="${myconf} --enable-python_bindings
20
-enable-applib" 
21
	# Most of this package does weird stuff.
22
	# Most of this package does weird stuff.
22
	# The build options are tristate, and --without is NOT
23
	# The build options are tristate, and --without is NOT
23
	supported
24
	supported

Return to bug 528122