URI:
       net-libs/rb_libtorrent: Use multithreaded boost. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 61907a6ca10b56f4d33f5ccf662f331594f703e1
   DIR parent d48c266b9858fe4ebf12d31fedbd1275e32d358c
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 18 Jun 2016 02:46:14 +0200
       
       net-libs/rb_libtorrent: Use multithreaded boost.
       
       Diffstat:
         M net-libs/rb_libtorrent/rb_libtorre… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild
       @@ -68,6 +68,7 @@ src_configure() {
                        $(use_enable ssl encryption) \
                        $(use_enable static-libs static) \
                        --with-boost-libdir=/usr/$(get_libdir) \
       +                --with-boost-system=boost_system-mt \
                        ${myconf}
        }