diff options
author | 2006-12-21 14:43:41 +0000 | |
---|---|---|
committer | 2006-12-21 14:43:41 +0000 | |
commit | e5561e3c8f1362e77fa276cbf38c3eaa876f143b (patch) | |
tree | 5b43c97ea45e8f417b98babee1f1272fa53df32b /net-p2p | |
parent | Added ~ppc64; bug #157982 (diff) | |
download | gentoo-2-e5561e3c8f1362e77fa276cbf38c3eaa876f143b.tar.gz gentoo-2-e5561e3c8f1362e77fa276cbf38c3eaa876f143b.tar.bz2 gentoo-2-e5561e3c8f1362e77fa276cbf38c3eaa876f143b.zip |
Stable on ppc64; bug #158007
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 6818584cafc6..eedfda8f5333 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.70 2006/12/17 16:01:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.71 2006/12/21 14:43:41 corsair Exp $ + + 21 Dec 2006; Markus Rothe <corsair@gentoo.org> rtorrent-0.6.4.ebuild: + Stable on ppc64; bug #158007 17 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> rtorrent-0.6.4.ebuild: diff --git a/net-p2p/rtorrent/rtorrent-0.6.4.ebuild b/net-p2p/rtorrent/rtorrent-0.6.4.ebuild index 9b8d09925f37..218a6a9af413 100644 --- a/net-p2p/rtorrent/rtorrent-0.6.4.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.6.4.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.6.4.ebuild,v 1.5 2006/12/17 16:01:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.6.4.ebuild,v 1.6 2006/12/21 14:43:41 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" RDEPEND=">=net-libs/libtorrent-0.10.1 |