diff options
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.9.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.1.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index e6f92c42d9de..2a0d35b42600 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.174 2012/04/08 18:21:45 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.175 2012/04/10 21:53:47 sochotnicky Exp $ + + 10 Apr 2012; Stanislav Ochotnicky <sochotnicky@gentoo.org> + rtorrent-0.8.9.ebuild, rtorrent-0.9.1.ebuild: + Fix to depend on exact minor version of net-libs/libtorrent to prevent + incompatible versions. Each minor version of rtorrent has minor version of + net-libs/libtorrent associated with it *rtorrent-0.9.1 (08 Apr 2012) diff --git a/net-p2p/rtorrent/rtorrent-0.8.9.ebuild b/net-p2p/rtorrent/rtorrent-0.8.9.ebuild index e160749cedd4..e226de4ff723 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.9.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.9.ebuild,v 1.6 2012/03/07 21:51:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.9.ebuild,v 1.7 2012/04/10 21:53:47 sochotnicky Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="color daemon debug ipv6 test xmlrpc" -COMMON_DEPEND=">=net-libs/libtorrent-0.12.${PV##*.} +COMMON_DEPEND="~net-libs/libtorrent-0.12.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses diff --git a/net-p2p/rtorrent/rtorrent-0.9.1.ebuild b/net-p2p/rtorrent/rtorrent-0.9.1.ebuild index 68367332ec56..583b2908a0f7 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.1.ebuild,v 1.1 2012/04/08 18:21:45 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.1.ebuild,v 1.2 2012/04/10 21:53:47 sochotnicky Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="daemon debug ipv6 test xmlrpc" -COMMON_DEPEND=">=net-libs/libtorrent-0.13.${PV##*.} +COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} >=dev-libs/libsigc++-2.2.2:2 >=net-misc/curl-7.19.1 sys-libs/ncurses |