diff options
author | 2011-02-12 21:16:56 +0000 | |
---|---|---|
committer | 2011-02-12 21:16:56 +0000 | |
commit | a2c94f727f12fe4f97722c565ad755fe39de6714 (patch) | |
tree | 6a11635f8b594d5f7c92c937b6c6a28aa2b514e9 /net-libs/rb_libtorrent | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-a2c94f727f12fe4f97722c565ad755fe39de6714.tar.gz gentoo-2-a2c94f727f12fe4f97722c565ad755fe39de6714.tar.bz2 gentoo-2-a2c94f727f12fe4f97722c565ad755fe39de6714.zip |
Stable on amd64 wrt bug #354519
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 84564ee19ef3..ad5e30fab922 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.102 2011/01/31 11:54:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.103 2011/02/12 21:16:56 hwoarang Exp $ + + 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + rb_libtorrent-0.15.5.ebuild: + Stable on amd64 wrt bug #354519 31 Jan 2011; Markos Chandras <hwoarang@gentoo.org> rb_libtorrent-0.14.12.ebuild, +files/rb_libtorrent-0.14.12_boost-1.45.patch: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild index e9a67d1e8841..40b91b0ee14b 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.1 2011/01/08 12:05:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.2 2011/02/12 21:16:56 hwoarang Exp $ EAPI="2" inherit eutils versionator @@ -15,7 +15,7 @@ SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples python ssl" RESTRICT="test" |