diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-01 18:29:02 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-01 18:29:02 +0000 |
commit | e8121d2728f917c24c20dd3dd4f1adad8af9c776 (patch) | |
tree | c83f83175c67b0785a42b9858796cf1fe57669f4 /net-p2p/rtorrent | |
parent | Stable on sparc wrt #133260 (diff) | |
download | gentoo-2-e8121d2728f917c24c20dd3dd4f1adad8af9c776.tar.gz gentoo-2-e8121d2728f917c24c20dd3dd4f1adad8af9c776.tar.bz2 gentoo-2-e8121d2728f917c24c20dd3dd4f1adad8af9c776.zip |
Stable on ppc64; bug #164235
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 49ad51eb7e62..46e9cc5eea69 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # 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.78 2007/02/01 16:46:39 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.79 2007/02/01 18:29:02 corsair Exp $ + + 01 Feb 2007; Markus Rothe <corsair@gentoo.org> rtorrent-0.7.1.ebuild: + Stable on ppc64; bug #164235 01 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.1.ebuild: Stable on amd64 wrt bug #164235 diff --git a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild index 4ca82f182c8b..96f7ea6ff741 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.1.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.1.ebuild,v 1.5 2007/02/01 16:46:39 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.6 2007/02/01 18:29:02 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.11.1 |