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

Collapse All | Expand All

(-)net-p2p/deluge/deluge-0.5.0.ebuild (-1 / +2 lines)
Lines 23-29 Link Here
23
	libnotify? ( dev-python/notify-python )"
23
	libnotify? ( dev-python/notify-python )"
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	if ! built_with_use "dev-libs/boost" threads; then
26
	if ! has_version "=dev-libs/boost-1.34_pre20061214" && \
27
			! built_with_use "dev-libs/boost" threads; then
27
		eerror "dev-libs/boost has to be built with threads USE-flag."
28
		eerror "dev-libs/boost has to be built with threads USE-flag."
28
		die "Missing threads USE-flag for dev-libs/boost"
29
		die "Missing threads USE-flag for dev-libs/boost"
29
	fi
30
	fi

Return to bug 174714