diff options
author | 2006-12-13 14:54:15 +0000 | |
---|---|---|
committer | 2006-12-13 14:54:15 +0000 | |
commit | f5885206744791cabef0b1cfb939cb5abb69b02f (patch) | |
tree | fbfd61919f377c5cf24b25c820f1b87453e3afcc /net-p2p/rtorrent | |
parent | amd64 stable, bug 158007 (diff) | |
download | gentoo-2-f5885206744791cabef0b1cfb939cb5abb69b02f.tar.gz gentoo-2-f5885206744791cabef0b1cfb939cb5abb69b02f.tar.bz2 gentoo-2-f5885206744791cabef0b1cfb939cb5abb69b02f.zip |
amd64 stable, bug 158007
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.6.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 48d485098046..c314796924e7 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.66 2006/12/13 11:28:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.67 2006/12/13 14:54:15 mcummings Exp $ + + 13 Dec 2006; Michael Cummings <mcummings@gentoo.org> + rtorrent-0.6.4.ebuild: + amd64 stable, bug 158007 *rtorrent-0.7.0 (13 Dec 2006) diff --git a/net-p2p/rtorrent/rtorrent-0.6.4.ebuild b/net-p2p/rtorrent/rtorrent-0.6.4.ebuild index 4911298a1c06..05f5e240cd05 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.2 2006/11/20 09:42:07 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.6.4.ebuild,v 1.3 2006/12/13 14:54:15 mcummings 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 |