diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-01 16:46:39 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-01 16:46:39 +0000 |
commit | 6dfe2cf7f1dc93987b7b165e1bb2c18048575a07 (patch) | |
tree | ea1780f5c9d9115c21b79a3fd0e655c2b4446bb8 | |
parent | Stable on amd64 wrt bug #164235 (diff) | |
download | gentoo-2-6dfe2cf7f1dc93987b7b165e1bb2c18048575a07.tar.gz gentoo-2-6dfe2cf7f1dc93987b7b165e1bb2c18048575a07.tar.bz2 gentoo-2-6dfe2cf7f1dc93987b7b165e1bb2c18048575a07.zip |
Stable on amd64 wrt bug #164235
(Portage version: 2.1.2-r5)
-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 704686798f20..49ad51eb7e62 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.77 2007/01/31 21:23:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.78 2007/02/01 16:46:39 drizzt Exp $ + + 01 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.1.ebuild: + Stable on amd64 wrt bug #164235 31 Jan 2007; Markus Rothe <corsair@gentoo.org> ChangeLog: Stable on ppc64; bug #164235 diff --git a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild index 19b03fe8bc7e..4ca82f182c8b 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.4 2007/01/28 16:29:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.5 2007/02/01 16:46:39 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.1 |