diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 09:54:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 09:54:35 +0000 |
commit | c67c0e492206edf21534e05385073e03a2f41dd5 (patch) | |
tree | 69fee4de3b19753d86e5a674851732d0b4c7995b | |
parent | Stable for amd64, wrt bug #522760 (diff) | |
download | gentoo-2-c67c0e492206edf21534e05385073e03a2f41dd5.tar.gz gentoo-2-c67c0e492206edf21534e05385073e03a2f41dd5.tar.bz2 gentoo-2-c67c0e492206edf21534e05385073e03a2f41dd5.zip |
Stable for amd64, wrt bug #522764
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.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 fe598b178b56..ec1f9f0afc8f 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.175 2014/09/24 19:40:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.176 2014/10/09 09:54:35 ago Exp $ + + 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.17.ebuild: + Stable for amd64, wrt bug #522764 24 Sep 2014; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.16.17.ebuild: arm stable, bug #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 0927c4fd8761..4595015a03cf 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-2014 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.2 2014/09/24 19:40:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17.ebuild,v 1.3 2014/10/09 09:54:35 ago Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -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" RESTRICT="test" |