diff options
author | 2006-02-09 05:38:53 +0000 | |
---|---|---|
committer | 2006-02-09 05:38:53 +0000 | |
commit | ad6b4baf3eb36b03c02e68d82de335639f1cb3d1 (patch) | |
tree | 9fc5dd6719ba2eded89b161b83db47e22db080fc /net-p2p | |
parent | Stable on x86 for rtorrent (diff) | |
download | gentoo-2-ad6b4baf3eb36b03c02e68d82de335639f1cb3d1.tar.gz gentoo-2-ad6b4baf3eb36b03c02e68d82de335639f1cb3d1.tar.bz2 gentoo-2-ad6b4baf3eb36b03c02e68d82de335639f1cb3d1.zip |
Stable on x86 bug #121600
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 675d90083582..85f0c30895f0 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.34 2006/02/06 12:46:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.35 2006/02/09 05:38:53 tsunam Exp $ + + 09 Feb 2006; Joshua Jackson <tsunam@gentoo.org> rtorrent-0.4.3.ebuild: + Stable on x86; bug #121600 06 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> +files/rtorrent-0.4.4-inttypes.patch, rtorrent-0.4.4.ebuild: diff --git a/net-p2p/rtorrent/rtorrent-0.4.3.ebuild b/net-p2p/rtorrent/rtorrent-0.4.3.ebuild index 63f940ec8001..e8dfbae5b882 100644 --- a/net-p2p/rtorrent/rtorrent-0.4.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.4.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.4.3.ebuild,v 1.1 2006/01/17 20:06:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.3.ebuild,v 1.2 2006/02/09 05:38:53 tsunam 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" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="debug" DEPEND=">=net-libs/libtorrent-0.8.0 |