diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-07-20 17:41:16 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-07-20 17:41:16 +0000 |
commit | d4effb60d3b09423a05fab21e6aacf3955e45c7d (patch) | |
tree | 3d228dd7bfffce76f06657fe75a1a72eb372116f /net-p2p | |
parent | Stable on ppc64; bug #139716 (diff) | |
download | gentoo-2-d4effb60d3b09423a05fab21e6aacf3955e45c7d.tar.gz gentoo-2-d4effb60d3b09423a05fab21e6aacf3955e45c7d.tar.bz2 gentoo-2-d4effb60d3b09423a05fab21e6aacf3955e45c7d.zip |
Stable on ppc64; bug #139716
(Portage version: 2.1-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index a14d9085fde7..e6c976f3589a 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.50 2006/07/10 17:35:08 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.51 2006/07/20 17:41:16 corsair Exp $ + + 20 Jul 2006; Markus Rothe <corsair@gentoo.org> rtorrent-0.5.3.ebuild: + Stable on ppc64; bug #139716 10 Jul 2006; Joshua Jackson <tsunam@gentoo.org> rtorrent-0.5.3.ebuild: Stable x86; bug #139716 diff --git a/net-p2p/rtorrent/rtorrent-0.5.3.ebuild b/net-p2p/rtorrent/rtorrent-0.5.3.ebuild index 6f23b201d274..5d2ce924cfdf 100644 --- a/net-p2p/rtorrent/rtorrent-0.5.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.5.3.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.5.3.ebuild,v 1.4 2006/07/10 17:35:08 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.5.3.ebuild,v 1.5 2006/07/20 17:41:16 corsair 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" DEPEND=">=net-libs/libtorrent-0.9.0 |