From: Patrick McLean Date: Thu, 16 Mar 2017 23:26:31 +0000 (-0700) Subject: net-libs/rb_libtorrent: link the python bindings against the right libpython version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1dacea196b620f52ea8d644cd3ae075b1863c97;p=gentoo.git net-libs/rb_libtorrent: link the python bindings against the right libpython version Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild index c3a54a8c6d7c..5a8412d4f63d 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild @@ -71,12 +71,10 @@ src_configure() { econf "${myeconfargs[@]}" if use python; then - myeconfargs+=( - --enable-python-binding - --with-boost-python - ) python_configure() { - econf "${myeconfargs[@]}" + econf "${myeconfargs[@]}" \ + --enable-python-binding \ + --with-boost-python="${EPYTHON#python}" } distutils-r1_src_configure fi