--- rb_libtorrent-0.16.16.ebuild 2014-05-10 10:16:46.000000000 +0000 +++ rb_libtorrent-1.0.1.ebuild 2014-08-20 01:37:05.000000000 +0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.16.ebuild,v 1.1 2014/05/10 10:16:46 hwoarang Exp $ -EAPI="4" +EAPI=5 PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" @@ -20,10 +20,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc examples python ssl static-libs" -RESTRICT="test" +IUSE="debug doc examples python ssl static-libs test" -DEPEND=">=dev-libs/boost-1.48[python?,threads(+)] +DEPEND=">=dev-libs/boost-1.53[python?,threads] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) @@ -48,12 +47,7 @@ myconf="--disable-silent-rules" # use multi-threading versions of boost libs - if has_version '>=dev-libs/boost-1.52.0-r1'; then - myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}" - else - myconf+=" --with-boost-system=boost_system-mt \ - --with-boost-python=boost_python-${PYTHON_ABI}-mt" - fi + myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}" local LOGGING use debug && myconf+=" --enable-logging=verbose"