From c1dacea196b620f52ea8d644cd3ae075b1863c97 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Thu, 16 Mar 2017 16:26:31 -0700 Subject: net-libs/rb_libtorrent: link the python bindings against the right libpython version Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net-libs') 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 -- cgit v1.2.3-65-gdbad