summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog6
-rw-r--r--net-p2p/rtorrent/rtorrent-0.7.2.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index 9f3048338973..05c113a15464 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,10 @@
# 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.80 2007/02/03 15:26:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.81 2007/02/05 09:38:06 drizzt Exp $
+
+ 05 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.2.ebuild:
+ Remove sys-devel/bc dep since 0.7.2 does not need it anymore.
+ Thanks to Sascha Geschwandtner for reporting wrt bug #165393.
03 Feb 2007; nixnut <nixnut@gentoo.org> rtorrent-0.7.1.ebuild:
Stable on ppc wrt bug 164235
diff --git a/net-p2p/rtorrent/rtorrent-0.7.2.ebuild b/net-p2p/rtorrent/rtorrent-0.7.2.ebuild
index f19b310f811f..e730d9d44826 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.1 2007/01/27 15:12:20 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.2.ebuild,v 1.2 2007/02/05 09:38:06 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -17,8 +17,7 @@ RDEPEND=">=net-libs/libtorrent-0.11.2
>=dev-libs/libsigc++-2.0
>=net-misc/curl-7.12
sys-libs/ncurses"
-DEPEND="${RDEPEND}
- sys-devel/bc"
+DEPEND="${RDEPEND}"
src_compile() {
replace-flags -Os -O2