diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-24 19:40:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-24 19:40:13 +0000 |
commit | 50c700a6bb02a65f418d9c7880b3fb74cab1c726 (patch) | |
tree | 6678ba0acfbfa588d5db61a61ac14c54e835dd6c /net-libs/rb_libtorrent | |
parent | arm stable, bug #519186 (diff) | |
download | gentoo-2-50c700a6bb02a65f418d9c7880b3fb74cab1c726.tar.gz gentoo-2-50c700a6bb02a65f418d9c7880b3fb74cab1c726.tar.bz2 gentoo-2-50c700a6bb02a65f418d9c7880b3fb74cab1c726.zip |
arm stable, bug #522764
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 a3d9afb05038..fe598b178b56 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.174 2014/08/27 17:42:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.175 2014/09/24 19:40:13 maekke Exp $ + + 24 Sep 2014; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.16.17.ebuild: + arm stable, bug #522764 *rb_libtorrent-0.16.17 (27 Aug 2014) 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 a8adf96238fc..0927c4fd8761 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.1 2014/08/27 17:42:57 hwoarang Exp $ +# $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 $ 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" |