diff options
author | 2006-02-09 05:37:25 +0000 | |
---|---|---|
committer | 2006-02-09 05:37:25 +0000 | |
commit | f6476db9db89691b539f31cb77c56f230d323310 (patch) | |
tree | b5e02de445f09573963f0673893e32971e7c706b /net-libs/libtorrent | |
parent | Update isatty patch to better match the unistd.h prototype #122042. (diff) | |
download | gentoo-2-f6476db9db89691b539f31cb77c56f230d323310.tar.gz gentoo-2-f6476db9db89691b539f31cb77c56f230d323310.tar.bz2 gentoo-2-f6476db9db89691b539f31cb77c56f230d323310.zip |
Stable on x86 for rtorrent
(Portage version: 2.1_pre4-r1)
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 775372aa4c27..8a860e4c1d80 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.44 2006/02/04 23:22:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.45 2006/02/09 05:37:25 tsunam Exp $ + + 09 Feb 2006; Joshua Jackson <tsunam@gentoo.org> libtorrent-0.8.3.ebuild: + Stable on x86; bug #121600 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> libtorrent-0.8.3.ebuild, libtorrent-0.8.4.ebuild: diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index 48f168b6cbb9..38b316e18af7 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.2 2006/02/04 23:22:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.3 2006/02/09 05:37:25 tsunam 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" |