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/rtorrent-0.7.2.ebuild | |
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/rtorrent-0.7.2.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |