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

Collapse All | Expand All

(-)/usr/portage/./app-mobilephone/wammu/wammu-0.29.ebuild (-2 / +2 lines)
Lines 53-62 Link Here
53
src_compile() {
53
src_compile() {
54
	# SKIPWXCHECK: else 'import wx' results in
54
	# SKIPWXCHECK: else 'import wx' results in
55
	# Xlib: connection to ":0.0" refused by server
55
	# Xlib: connection to ":0.0" refused by server
56
	SKIPWXCHECK=yes distutils_src_compile
56
	SKIPWXCHECK=yes SKIPGAMMUCHECK=yes distutils_src_compile
57
}
57
}
58
58
59
src_install() {
59
src_install() {
60
	DOCS="AUTHORS FAQ NEWS"
60
	DOCS="AUTHORS FAQ NEWS"
61
	SKIPWXCHECK=yes distutils_src_install
61
	SKIPWXCHECK=yes SKIPGAMMUCHECK=yes distutils_src_install
62
}
62
}

Return to bug 250909