diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-05 09:38:06 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-05 09:38:06 +0000 |
commit | b3183863acdb34981eab4a395375c917946c8b78 (patch) | |
tree | 4d5b1f904150d9d7982e015bde4a10bc07f140ca /net-p2p/rtorrent/rtorrent-0.7.2.ebuild | |
parent | Stable on hppa to make gstreamer compile again (-fPIC problem). (diff) | |
download | historical-b3183863acdb34981eab4a395375c917946c8b78.tar.gz historical-b3183863acdb34981eab4a395375c917946c8b78.tar.bz2 historical-b3183863acdb34981eab4a395375c917946c8b78.zip |
Remove sys-devel/bc dep since 0.7.2 does not need it anymore.
Thanks to Sascha Geschwandtner for reporting wrt bug #165393.
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-0.7.2.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 |