diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-15 08:27:31 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-15 08:27:31 +0000 |
commit | 8ae9d29e53e438d861c5945b1ff17b5542c7b2c1 (patch) | |
tree | 1ab144070bd2f0346aad3d3ba9c2547caa1279c7 /net-libs/libtorrent | |
parent | Stable on ppc64; bug #121511 (diff) | |
download | gentoo-2-8ae9d29e53e438d861c5945b1ff17b5542c7b2c1.tar.gz gentoo-2-8ae9d29e53e438d861c5945b1ff17b5542c7b2c1.tar.bz2 gentoo-2-8ae9d29e53e438d861c5945b1ff17b5542c7b2c1.zip |
Stable on ppc64; bug #121600
(Portage version: 2.0.54)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 8a860e4c1d80..93c843ec6497 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.45 2006/02/09 05:37:25 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.46 2006/02/15 08:26:25 corsair Exp $ + + 15 Feb 2006; Markus Rothe <corsair@gentoo.org> libtorrent-0.8.3.ebuild: + Stable on ppc64; bug #121600 09 Feb 2006; Joshua Jackson <tsunam@gentoo.org> libtorrent-0.8.3.ebuild: Stable on x86; bug #121600 diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index 38b316e18af7..716e5a6ca433 100644 --- a/net-libs/libtorrent/libtorrent-0.8.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.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.8.3.ebuild,v 1.3 2006/02/09 05:37:25 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.4 2006/02/15 08:26:26 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" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" IUSE="debug" |