diff options
author | Holger Hoffstätte <holger.hoffstaette@googlemail.com> | 2016-03-10 01:41:45 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-10 19:31:43 +1100 |
commit | ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87 (patch) | |
tree | da7d699cacf828e50846533e280ac730aab5720c /net-libs | |
parent | sys-devel/autoconf: Remove unneeded useflag description from metadata.xml (diff) | |
download | gentoo-ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87.tar.gz gentoo-ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87.tar.bz2 gentoo-ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87.zip |
net-libs/rb_libtorrent: py3.3 is no longer in IUSE
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 4 |
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" |