diff options
author | 2013-03-09 11:05:56 +0000 | |
---|---|---|
committer | 2013-03-09 11:05:56 +0000 | |
commit | 94e6348f5a8f8f9d6aeb30374936fea4a2fe15db (patch) | |
tree | d73c82b9692cf3e9458751c6de051437a2624638 | |
parent | Stable for ppc64, wrt bug #457464 (diff) | |
download | gentoo-2-94e6348f5a8f8f9d6aeb30374936fea4a2fe15db.tar.gz gentoo-2-94e6348f5a8f8f9d6aeb30374936fea4a2fe15db.tar.bz2 gentoo-2-94e6348f5a8f8f9d6aeb30374936fea4a2fe15db.zip |
Stable for ppc64, wrt bug #460188
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 92e5f0e80f1d..e8febf1ff5a6 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.154 2013/03/08 17:21:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.155 2013/03/09 11:05:56 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.8.ebuild: + Stable for ppc64, wrt bug #460188 08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.8.ebuild: Stable for arm, wrt bug #460188 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild index 7bf6d50adbe8..8b0c935f9e6f 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8.ebuild,v 1.3 2013/03/08 17:21:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild,v 1.4 2013/03/09 11:05:56 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" |