diff options
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index d4cec341dbb3..8e94e929e111 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.199 2015/06/09 12:42:11 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.200 2015/07/18 14:22:50 pacho Exp $ + + 18 Jul 2015; Pacho Ramos <pacho@gentoo.org> rb_libtorrent-1.0.5.ebuild: + Needs to be rebuilt when libboost_python so version changes 09 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -rb_libtorrent-0.16.10.ebuild: Remove old. diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild index 76b3891547fe..46463a9e8daa 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.2 2015/05/19 19:40:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.3 2015/07/18 14:22:50 pacho Exp $ EAPI=5 @@ -33,7 +33,7 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) python? ( ${PYTHON_DEPS} - dev-libs/boost[python,${PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2" |