diff options
author | 2007-03-29 08:00:59 +0000 | |
---|---|---|
committer | 2007-03-29 08:00:59 +0000 | |
commit | 2efdfc97220743a8e0e41f6f6983de9dc2c21348 (patch) | |
tree | 48f59d8aa2f0a10a3b366cc785b0346740fd64fc | |
parent | Stable on ppc64; bug #172456 (diff) | |
download | gentoo-2-2efdfc97220743a8e0e41f6f6983de9dc2c21348.tar.gz gentoo-2-2efdfc97220743a8e0e41f6f6983de9dc2c21348.tar.bz2 gentoo-2-2efdfc97220743a8e0e41f6f6983de9dc2c21348.zip |
Stable on ppc64; bug #172469
(Portage version: 2.1.2.2)
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 596f83b73ad6..f3a925c0a0f9 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.93 2007/03/29 00:26:07 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.94 2007/03/29 08:00:59 corsair Exp $ + + 29 Mar 2007; Markus Rothe <corsair@gentoo.org> libtorrent-0.11.2.ebuild: + Stable on ppc64; bug #172469 29 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> libtorrent-0.11.2.ebuild: Marked stable on amd64 for bug #172469 diff --git a/net-libs/libtorrent/libtorrent-0.11.2.ebuild b/net-libs/libtorrent/libtorrent-0.11.2.ebuild index 15b6fda863be..f1513782b943 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.4 2007/03/29 00:26:07 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.2.ebuild,v 1.5 2007/03/29 08:00:59 corsair 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" |