diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-09-24 09:11:35 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-09-24 09:11:35 +0000 |
commit | 8a11637eecbcbfc71703c92612151a5dd354662d (patch) | |
tree | 63e57d4f79dbceb24424ad505b5fab66739b5a4f /net-libs | |
parent | net-irc/xchat-xsys stable on ppc. (diff) | |
download | gentoo-2-8a11637eecbcbfc71703c92612151a5dd354662d.tar.gz gentoo-2-8a11637eecbcbfc71703c92612151a5dd354662d.tar.bz2 gentoo-2-8a11637eecbcbfc71703c92612151a5dd354662d.zip |
net-libs/libtorrent stable on ppc.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.10.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 440cbffaf1b9..6ee29d2cd562 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2006/09/14 10:48:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.69 2006/09/24 09:11:35 hansmi Exp $ + + 24 Sep 2006; Michael Hanselmann <hansmi@gentoo.org> + libtorrent-0.10.0.ebuild: + Stable on ppc. *libtorrent-0.10.2 (14 Sep 2006) diff --git a/net-libs/libtorrent/libtorrent-0.10.0.ebuild b/net-libs/libtorrent/libtorrent-0.10.0.ebuild index 8170cec33dd3..c2baf9980884 100644 --- a/net-libs/libtorrent/libtorrent-0.10.0.ebuild +++ b/net-libs/libtorrent/libtorrent-0.10.0.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.10.0.ebuild,v 1.4 2006/09/09 12:22:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.0.ebuild,v 1.5 2006/09/24 09:11:35 hansmi 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 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" |