diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-27 20:53:16 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-27 20:53:16 +0000 |
commit | ec928b896a77523d03f6c0b6d67e3b1298d762fc (patch) | |
tree | f689909e691ad1e18a7a0b020efc0b5e7decca0c /net-p2p/rtorrent | |
parent | gnome 2.18.0 (diff) | |
download | gentoo-2-ec928b896a77523d03f6c0b6d67e3b1298d762fc.tar.gz gentoo-2-ec928b896a77523d03f6c0b6d67e3b1298d762fc.tar.bz2 gentoo-2-ec928b896a77523d03f6c0b6d67e3b1298d762fc.zip |
Fix bug #170422
Thanks to arj
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 596f85f81695..da4e7cc8aea0 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.84 2007/03/27 20:48:59 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.85 2007/03/27 20:53:16 drizzt Exp $ + + 27 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.2.ebuild, + rtorrent-0.7.3.ebuild: + Fix bug #170422 + Thanks to arj *rtorrent-0.7.3 (27 Mar 2007) diff --git a/net-p2p/rtorrent/rtorrent-0.7.2.ebuild b/net-p2p/rtorrent/rtorrent-0.7.2.ebuild index e730d9d44826..601253f93d28 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.2.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.2.ebuild,v 1.2 2007/02/05 09:38:06 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.2.ebuild,v 1.3 2007/03/27 20:53:16 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ IUSE="debug" RDEPEND=">=net-libs/libtorrent-0.11.2 >=dev-libs/libsigc++-2.0 - >=net-misc/curl-7.12 + >=net-misc/curl-7.15 sys-libs/ncurses" DEPEND="${RDEPEND}" diff --git a/net-p2p/rtorrent/rtorrent-0.7.3.ebuild b/net-p2p/rtorrent/rtorrent-0.7.3.ebuild index e687af992ba9..8c95681b6261 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.3.ebuild,v 1.1 2007/03/27 20:48:59 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.3.ebuild,v 1.2 2007/03/27 20:53:16 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ IUSE="debug" RDEPEND=">=net-libs/libtorrent-0.11.${PV##*.} >=dev-libs/libsigc++-2.0 - >=net-misc/curl-7.12 + >=net-misc/curl-7.15 sys-libs/ncurses" DEPEND="${RDEPEND}" |