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

Collapse All | Expand All

(-)clementine-0.7.1-r2.ebuild (-2 / +1 lines)
Lines 67-80 Link Here
67
	sys-devel/gettext
67
	sys-devel/gettext
68
	x11-libs/qt-test:4
68
	x11-libs/qt-test:4
69
"
69
"
70
DOCS="Changelog TODO"
70
DOCS="Changelog"
71
71
72
src_prepare() {
72
src_prepare() {
73
	# some tests fail or hang
73
	# some tests fail or hang
74
	sed -i \
74
	sed -i \
75
		-e '/add_test_file(translations_test.cpp/d' \
75
		-e '/add_test_file(translations_test.cpp/d' \
76
		tests/CMakeLists.txt || die
76
		tests/CMakeLists.txt || die
77
	epatch "${FILESDIR}"/${P}-fix-devicekit.patch
78
}
77
}
79
78
80
src_configure() {
79
src_configure() {

Return to bug 396273