diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:20:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:20:26 +0000 |
commit | 5f7e675f4070e140dc576bdeefe72186ef07993d (patch) | |
tree | 1e7358f97bf632c702e0d80dc0aef07da06dc127 /net-libs/rb_libtorrent | |
parent | Stable for ppc, wrt bug #524294 (diff) | |
download | gentoo-2-5f7e675f4070e140dc576bdeefe72186ef07993d.tar.gz gentoo-2-5f7e675f4070e140dc576bdeefe72186ef07993d.tar.bz2 gentoo-2-5f7e675f4070e140dc576bdeefe72186ef07993d.zip |
Stable for ppc, wrt bug #522764
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 7d96284e5202..41cfc52d2d19 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.183 2015/01/16 09:53:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.184 2015/03/02 09:20:26 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.17.ebuild: + Stable for ppc, wrt bug #522764 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.16.17.ebuild: sparc stable wrt #522764 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild index 07ed2a065221..3f2b3957fab3 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.17.ebuild,v 1.7 2015/01/16 09:53:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild,v 1.8 2015/03/02 09:20:26 ago Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.7" @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${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 test" RESTRICT="test" |