From: Holger Hoffstätte Date: Thu, 10 Mar 2016 00:41:45 +0000 (+0100) Subject: net-libs/rb_libtorrent: py3.3 is no longer in IUSE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87;p=gentoo.git net-libs/rb_libtorrent: py3.3 is no longer in IUSE --- 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"