deluge requires the python USE flag to be set for boost. Reproducible: Always Steps to Reproduce: 1. merge boost without python 2. attempt to merge deluge Actual Results: ./libtorrent/bindings/python/src/extensions.cpp:13:28: error: boost/python.hpp: No such file or directory In file included from ./libtorrent/bindings/python/src/extensions.cpp:14: ./libtorrent/bindings/python/src/gil.hpp:8:43: error: boost/python/make_function.hpp: No such file or directory ./libtorrent/bindings/python/src/gil.hpp:9:41: error: boost/python/def_visitor.hpp: No such file or directory ./libtorrent/bindings/python/src/gil.hpp:10:39: error: boost/python/signature.hpp: No such file or directory In file included from ./libtorrent/bindings/python/src/extensions.cpp:14: Expected Results: Successfully building deluge
This is a duplicate of #257203
This should be fixed by using the deluge ebuild from Bug #266682. Deluge should not build the packaged rb_libtorrent, but rather use the system rb_libtorrent which has the correct boost[python] dependency.
*** This bug has been marked as a duplicate of bug 257203 ***