commit: ff4bb8c30ca2b0c1cc39b76fbf287130d37caf87
Author: Holger Hoffstätte <holger.hoffstaette <AT> googlemail <DOT> com>
AuthorDate: Thu Mar 10 00:41:45 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:31:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4bb8c3
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(-)
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 33c0ed3..40a8610 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"