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

(-)a/sys-fs/lvm2/lvm2-2.02.103.ebuild (-3 / +9 lines)
Lines 112-120 src_configure() { Link Here
112
	# so we cannot disable them
112
	# so we cannot disable them
113
	myconf="${myconf} --with-mirrors=internal"
113
	myconf="${myconf} --with-mirrors=internal"
114
	myconf="${myconf} --with-snapshots=internal"
114
	myconf="${myconf} --with-snapshots=internal"
115
	use thin \
115
116
		&& myconf="${myconf} --with-thin=internal" \
116
	if use thin; then
117
		|| myconf="${myconf} --with-thin=none"
117
		myconf="${myconf} --with-thin=internal"
118
		myconf="${myconf} --with-thin-check=${EPREFIX}/sbin/thin_check"
119
		myconf="${myconf} --with-thin-dump=${EPREFIX}/sbin/thin_dump"
120
		myconf="${myconf} --with-thin-repair=${EPREFIX}/sbin/thin_repair"
121
	else
122
		myconf="${myconf} --with-thin=none"
123
	fi
118
124
119
	if use lvm1; then
125
	if use lvm1; then
120
		myconf="${myconf} --with-lvm1=${buildmode}"
126
		myconf="${myconf} --with-lvm1=${buildmode}"
(-)a/sys-fs/lvm2/lvm2-2.02.104.ebuild (-3 / +9 lines)
Lines 112-120 src_configure() { Link Here
112
	# so we cannot disable them
112
	# so we cannot disable them
113
	myconf="${myconf} --with-mirrors=internal"
113
	myconf="${myconf} --with-mirrors=internal"
114
	myconf="${myconf} --with-snapshots=internal"
114
	myconf="${myconf} --with-snapshots=internal"
115
	use thin \
115
116
		&& myconf="${myconf} --with-thin=internal" \
116
	if use thin; then
117
		|| myconf="${myconf} --with-thin=none"
117
		myconf="${myconf} --with-thin=internal"
118
		myconf="${myconf} --with-thin-check=${EPREFIX}/sbin/thin_check"
119
		myconf="${myconf} --with-thin-dump=${EPREFIX}/sbin/thin_dump"
120
		myconf="${myconf} --with-thin-repair=${EPREFIX}/sbin/thin_repair"
121
	else
122
		myconf="${myconf} --with-thin=none"
123
	fi
118
124
119
	if use lvm1; then
125
	if use lvm1; then
120
		myconf="${myconf} --with-lvm1=${buildmode}"
126
		myconf="${myconf} --with-lvm1=${buildmode}"

Return to bug 448354