diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-10 21:51:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-10 21:51:22 +0000 |
commit | 3ccd840cbc9eb4e32c048f9de0567965b6d63877 (patch) | |
tree | 798fe64c204860d09bb04c9b70a1ec5485083fa3 /net-libs | |
parent | no need to run `doman` as the makefile installs it for us (diff) | |
download | gentoo-2-3ccd840cbc9eb4e32c048f9de0567965b6d63877.tar.gz gentoo-2-3ccd840cbc9eb4e32c048f9de0567965b6d63877.tar.bz2 gentoo-2-3ccd840cbc9eb4e32c048f9de0567965b6d63877.zip |
Stable on ppc64; bug #198558
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 367d82447d96..94d05b710b8f 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # 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.102 2007/11/09 18:35:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.103 2007/11/10 21:51:22 corsair Exp $ + + 10 Nov 2007; Markus Rothe <corsair@gentoo.org> libtorrent-0.11.8.ebuild: + Stable on ppc64; bug #198558 09 Nov 2007; nixnut <nixnut@gentoo.org> libtorrent-0.11.8.ebuild: Stable on ppc wrt bug 198558 diff --git a/net-libs/libtorrent/libtorrent-0.11.8.ebuild b/net-libs/libtorrent/libtorrent-0.11.8.ebuild index 29369ffac386..6e874eca20b4 100644 --- a/net-libs/libtorrent/libtorrent-0.11.8.ebuild +++ b/net-libs/libtorrent/libtorrent-0.11.8.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.8.ebuild,v 1.3 2007/11/09 18:35:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.4 2007/11/10 21:51:22 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" |