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

(-)a/net-im/pidgin/pidgin-2.14.6-r1.ebuild (-1 / +2 lines)
Lines 161-167 pkg_setup() { Link Here
161
}
161
}
162
162
163
src_prepare() {
163
src_prepare() {
164
	default
164
	xdg_src_prepare
165
	eautoreconf
165
	eautoreconf
166
}
166
}
167
167
Lines 267-272 src_install() { Link Here
267
267
268
src_test() {
268
src_test() {
269
	# make default build logs slightly more useful
269
	# make default build logs slightly more useful
270
	local -x GST_PLUGIN_SYSTEM_PATH_1_0=
270
	emake check VERBOSE=1
271
	emake check VERBOSE=1
271
}
272
}
272
273

Return to bug 807688