summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild
index 33c0ed31cec4..40a8610bd8de 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild
@@ -47,9 +47,7 @@ src_prepare() {
}
src_configure() {
- if use python_targets_python3_3 ;then
- boost_py3="--with-boost-python=3.3"
- elif use python_targets_python3_4 ;then
+ if use python_targets_python3_4 ;then
boost_py3="--with-boost-python=3.4"
elif use python_targets_python3_5 ;then
boost_py3="--with-boost-python=3.5"