diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-05 15:42:20 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-05 15:42:20 +0000 |
commit | 0a78a742fe72674ebfcbea8ab97eb49ff2992d2c (patch) | |
tree | b7c16d6e2c934f4affbbd315882cebc9a872e7f8 /net-libs/libtorrent | |
parent | Take maintainership (needed for upx-ucl) (diff) | |
download | gentoo-2-0a78a742fe72674ebfcbea8ab97eb49ff2992d2c.tar.gz gentoo-2-0a78a742fe72674ebfcbea8ab97eb49ff2992d2c.tar.bz2 gentoo-2-0a78a742fe72674ebfcbea8ab97eb49ff2992d2c.zip |
Stable on ppc wrt bug #172469
Thanks to Nathan Smith for testing.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 7b8970c3c7ce..71851cd67df0 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.95 2007/04/04 19:59:17 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.96 2007/04/05 15:42:20 drizzt Exp $ + + 05 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> + libtorrent-0.11.2.ebuild: + Stable on ppc wrt bug #172469 + Thanks to Nathan Smith for testing. *libtorrent-0.11.4 (04 Apr 2007) diff --git a/net-libs/libtorrent/libtorrent-0.11.2.ebuild b/net-libs/libtorrent/libtorrent-0.11.2.ebuild index f1513782b943..f84380daffd9 100644 --- a/net-libs/libtorrent/libtorrent-0.11.2.ebuild +++ b/net-libs/libtorrent/libtorrent-0.11.2.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-libs/libtorrent/libtorrent-0.11.2.ebuild,v 1.5 2007/03/29 08:00:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.2.ebuild,v 1.6 2007/04/05 15:42:20 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic libtool autotools @@ -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 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" |