diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-18 10:43:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-18 10:43:44 +0000 |
commit | 7ac8bb577a393498c8b4b04f9981644543d1e374 (patch) | |
tree | 7c1baad3bf112b9aeefafbd04831122b648cbfdb /net-libs | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-7ac8bb577a393498c8b4b04f9981644543d1e374.tar.gz gentoo-2-7ac8bb577a393498c8b4b04f9981644543d1e374.tar.bz2 gentoo-2-7ac8bb577a393498c8b4b04f9981644543d1e374.zip |
Stable for amd64, wrt bug #442314
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index b5369e23b858..426a619b8b31 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.144 2012/12/17 20:45:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.145 2012/12/18 10:43:44 ago Exp $ + + 18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.5.ebuild: + Stable for amd64, wrt bug #442314 *rb_libtorrent-0.16.6 (17 Dec 2012) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild index f2108932c874..e3ba0dd04e0c 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.16.5.ebuild,v 1.6 2012/12/10 12:04:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.7 2012/12/18 10:43:44 ago Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -19,7 +19,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 static-libs" RESTRICT="test" |