From ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87 Mon Sep 17 00:00:00 2001 From: Holger Hoffstätte Date: Thu, 10 Mar 2016 01:41:45 +0100 Subject: net-libs/rb_libtorrent: py3.3 is no longer in IUSE --- net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net-libs') 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" -- cgit v1.2.3-65-gdbad