--- net-p2p/deluge/deluge-0.5.0.ebuild 2007-03-19 06:35:56.000000000 -0400 +++ /usr/local/portage/net-p2p/deluge/deluge-0.5.0.ebuild 2007-04-15 13:44:07.000000000 -0400 @@ -23,7 +23,8 @@ libnotify? ( dev-python/notify-python )" pkg_setup() { - if ! built_with_use "dev-libs/boost" threads; then + if ! has_version "=dev-libs/boost-1.34_pre20061214" && \ + ! built_with_use "dev-libs/boost" threads; then eerror "dev-libs/boost has to be built with threads USE-flag." die "Missing threads USE-flag for dev-libs/boost" fi