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

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- media-sound/amarok/amarok-1.4.9999-r1.ebuild
0
++ media-sound/amarok/amarok-1.4.9999-r1.ebuild
Lines 53-64 Link Here
53
S="${WORKDIR}/${PN}"
53
S="${WORKDIR}/${PN}"
54
54
55
pkg_setup() {
55
pkg_setup() {
56
	if built_with_use ">=dev-db/sqlite-${SQLITEVER}" nothreadsafe; then
56
	if ! built_with_use --missing true ">=dev-db/sqlite-${SQLITEVER}" threadsafe || \
57
	built_with_use --missing false ">=dev-db/sqlite-${SQLITEVER}" nothreadsafe; then
57
		eerror "SQLite was built without thread safety."
58
		eerror "SQLite was built without thread safety."
58
		eerror "Amarok requires thread safety enabled in SQLite."
59
		eerror "Amarok requires thread safety enabled in SQLite."
59
		eerror "Please rebuild >=dev-db/sqlite-${SQLITEVER} with the"
60
		eerror "Please rebuild >=dev-db/sqlite-${SQLITEVER} with the"
60
		eerror "nothreadsafe USE flag disabled."
61
		eerror "threadsafe USE flag enabled or nothreadsafe USE flag disabled."
61
		die "SQLite built with nothreadsafe USE flag."
62
		die "SQLite built with \"-threadsafe nothreadsafe\" USE flags."
62
	fi
63
	fi
63
}
64
}
64
65

Return to bug 200126