diff options
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index b1766d5c5a16..b8f71bb1f4e4 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.61 2006/07/10 17:33:04 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.62 2006/07/20 17:40:00 corsair Exp $ + + 20 Jul 2006; Markus Rothe <corsair@gentoo.org> libtorrent-0.9.3.ebuild: + Stable on ppc64; bug #139716 10 Jul 2006; Joshua Jackson <tsunam@gentoo.org> libtorrent-0.9.3.ebuild: Stable x86; bug #139716 diff --git a/net-libs/libtorrent/libtorrent-0.9.3.ebuild b/net-libs/libtorrent/libtorrent-0.9.3.ebuild index 658133bacb73..5dc2144a4e46 100644 --- a/net-libs/libtorrent/libtorrent-0.9.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.9.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.9.3.ebuild,v 1.4 2006/07/10 17:33:04 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.9.3.ebuild,v 1.5 2006/07/20 17:40:00 corsair 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" |