diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 19:29:54 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-23 19:29:54 +0000 |
commit | 9d65662f2215c99c22177ccb96d3021f6a1ce77a (patch) | |
tree | 867f912b79bdbb920aede0613a8e1d354bdc168e /net-libs/rb_libtorrent | |
parent | ppc/ppc64 stable wrt #354171 (diff) | |
download | gentoo-2-9d65662f2215c99c22177ccb96d3021f6a1ce77a.tar.gz gentoo-2-9d65662f2215c99c22177ccb96d3021f6a1ce77a.tar.bz2 gentoo-2-9d65662f2215c99c22177ccb96d3021f6a1ce77a.zip |
ppc64 stable wrt #354519
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 7e319647fe00..bdff657f6cc4 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.105 2011/03/05 10:38:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.106 2011/03/23 19:29:54 xarthisius Exp $ + + 23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + rb_libtorrent-0.15.5.ebuild: + ppc64 stable wrt #354519 05 Mar 2011; Michael Weber <xmw@gentoo.org> rb_libtorrent-0.15.5.ebuild: ppc/sparc stable (bug 354519) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild index fc1ac427aa26..7ca4d295b391 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.15.5.ebuild,v 1.4 2011/03/05 10:38:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.5 2011/03/23 19:29:54 xarthisius Exp $ EAPI="2" inherit eutils versionator @@ -15,7 +15,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" RESTRICT="test" |