summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-12-29 10:37:55 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-12-29 10:37:55 +0000
commit62d8fd3b19c11761fc2776112fb505f65567243d (patch)
treef8a3080bd53f8c79c377f84ef7447cc1d4dd3e20 /net-p2p/rtorrent
parentFixed SRC_URI as reported by Steve Herber in bug #157100, comment #11 (diff)
downloadgentoo-2-62d8fd3b19c11761fc2776112fb505f65567243d.tar.gz
gentoo-2-62d8fd3b19c11761fc2776112fb505f65567243d.tar.bz2
gentoo-2-62d8fd3b19c11761fc2776112fb505f65567243d.zip
Fixed libtorrent dep as reported by Ville Salomäki wrt bug #159353
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog5
-rw-r--r--net-p2p/rtorrent/rtorrent-0.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index d2bf6031ca03..c46ae852b9ec 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/rtorrent
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.72 2006/12/28 16:27:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.73 2006/12/29 10:37:55 drizzt Exp $
+
+ 29 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.1.ebuild:
+ Fixed libtorrent dep as reported by Ville Salomäki wrt bug #159353
*rtorrent-0.7.1 (28 Dec 2006)
diff --git a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild
index 32fec59c1da6..6e8c810009cb 100644
--- a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.1 2006/12/28 16:27:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.2 2006/12/29 10:37:55 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
-RDEPEND=">=net-libs/libtorrent-0.11.0
+RDEPEND=">=net-libs/libtorrent-0.11.1
>=dev-libs/libsigc++-2.0
>=net-misc/curl-7.12
sys-libs/ncurses"