diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-03-16 16:26:31 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-03-16 16:26:31 -0700 |
commit | c1dacea196b620f52ea8d644cd3ae075b1863c97 (patch) | |
tree | e3dee71806edcfaa2a49edb90e9096fa85a691c4 /net-libs | |
parent | dev-db/mysqltuner: version bump to 1.6.18. (diff) | |
download | gentoo-c1dacea196b620f52ea8d644cd3ae075b1863c97.tar.gz gentoo-c1dacea196b620f52ea8d644cd3ae075b1863c97.tar.bz2 gentoo-c1dacea196b620f52ea8d644cd3ae075b1863c97.zip |
net-libs/rb_libtorrent: link the python bindings against the right libpython version
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-1.1.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 |