diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-05 15:44:00 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-05 15:44:00 +0000 |
commit | 67981c94ba1aeee93fc534c0c4f17bf485b35852 (patch) | |
tree | ebb2a9dc08115d8432b19ac04a7e34fd79600c73 /net-p2p | |
parent | Stable on ppc wrt bug #172469 (diff) | |
download | gentoo-2-67981c94ba1aeee93fc534c0c4f17bf485b35852.tar.gz gentoo-2-67981c94ba1aeee93fc534c0c4f17bf485b35852.tar.bz2 gentoo-2-67981c94ba1aeee93fc534c0c4f17bf485b35852.zip |
Stable on ppc wrt bug #172469
Thanks to Nathan Smith for testing.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index f25d0ea6f22c..807da0d80736 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.89 2007/04/04 20:02:36 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.90 2007/04/05 15:44:00 drizzt Exp $ + + 05 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.2.ebuild: + Stable on ppc wrt bug #172469 + Thanks to Nathan Smith for testing. *rtorrent-0.7.4 (04 Apr 2007) diff --git a/net-p2p/rtorrent/rtorrent-0.7.2.ebuild b/net-p2p/rtorrent/rtorrent-0.7.2.ebuild index c6e74b87cdc9..90b8c34c8a77 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.6 2007/03/29 08:02:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.2.ebuild,v 1.7 2007/04/05 15:44:00 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" RDEPEND=">=net-libs/libtorrent-0.11.2 |