diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-02-16 20:22:34 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-02-16 20:22:34 +0000 |
commit | c04cf069fbdf8a164e31a368d728d1fdc01511c7 (patch) | |
tree | 77ce38f1442cc33bd2d68670981f7b482100b7a1 /net-libs/libtorrent | |
parent | fix ChangeLog header (diff) | |
download | gentoo-2-c04cf069fbdf8a164e31a368d728d1fdc01511c7.tar.gz gentoo-2-c04cf069fbdf8a164e31a368d728d1fdc01511c7.tar.bz2 gentoo-2-c04cf069fbdf8a164e31a368d728d1fdc01511c7.zip |
Stable on amd64. See bug #121600.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 2c29d165ce5a..64870fe8342b 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.47 2006/02/16 19:26:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.48 2006/02/16 20:21:27 metalgod Exp $ + + 16 Feb 2006; Luis Medinas <metalgod@gentoo.org> libtorrent-0.8.3.ebuild: + Stable on amd64. See bug #121600. *libtorrent-0.8.5 (16 Feb 2006) diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index 716e5a6ca433..1aed587520b4 100644 --- a/net-libs/libtorrent/libtorrent-0.8.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.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-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.4 2006/02/15 08:26:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.5 2006/02/16 20:21:27 metalgod Exp $ inherit eutils toolchain-funcs flag-o-matic libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" IUSE="debug" |