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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +13 lines)
Line  Link Here
0
-- libvirt-9999.ebuild
0
++ libvirt-9999.ebuild
Lines 100-105 Link Here
100
		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
100
		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
101
			epatch
101
			epatch
102
102
103
	./bootstrap || die "bootstrap failed"
104
	(
105
		git submodule status | sed 's/^[ +-]//;s/ .*//'
106
		git hash-object bootstrap.conf
107
	) >.git-module-status
108
	# this has already been done by bootstrap but we're 
109
	#required to redo it to remove maintainer mode
110
	eautoreconf
111
103
	[[ -n ${AUTOTOOLIZE} ]] && eautoreconf
112
	[[ -n ${AUTOTOOLIZE} ]] && eautoreconf
104
}
113
}
105
114
Lines 193-198 Link Here
193
		--docdir=/usr/share/doc/${PF} \
202
		--docdir=/usr/share/doc/${PF} \
194
		--with-remote \
203
		--with-remote \
195
		--localstatedir=/var
204
		--localstatedir=/var
205
206
	# HACK, restore gnulib's config.sub and config.guess
207
	(cd .gnulib && git reset --hard >/dev/null)
196
}
208
}
197
209
198
src_test() {
210
src_test() {

Return to bug 377279