diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 19:09:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 19:09:53 +0000 |
commit | ff7bd26111eca3429e8767e6d12a32eb9a3c728b (patch) | |
tree | 2407b6e1a90d7c05e962613164bda29ba560beed /net-libs/rb_libtorrent | |
parent | Stable for sparc, wrt bug #456470 (diff) | |
download | gentoo-2-ff7bd26111eca3429e8767e6d12a32eb9a3c728b.tar.gz gentoo-2-ff7bd26111eca3429e8767e6d12a32eb9a3c728b.tar.bz2 gentoo-2-ff7bd26111eca3429e8767e6d12a32eb9a3c728b.zip |
Stable for sparc, wrt bug #460188
(Portage version: 2.1.11.52/cvs/Linux ppc64, 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.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 10446dc8c287..20bc53cd1e1d 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.157 2013/03/09 17:37:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.158 2013/03/09 19:09:53 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.8.ebuild: + Stable for sparc, wrt bug #460188 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.8.ebuild: Stable for x86, 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 98acf8d28031..c6916a59db83 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.6 2013/03/09 17:37:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.8.ebuild,v 1.7 2013/03/09 19:09:53 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" |