diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-20 13:52:55 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-20 13:52:55 +0000 |
commit | 856b98e993850e57d79616d134f0c1b21e48877d (patch) | |
tree | 23689c0ba876587279e7e8e6dffa410726fd3dfe /net-libs/rb_libtorrent | |
parent | Use EAPI3, add prefix keywords as tested in bug 339823 by Thomas Burkard (diff) | |
download | gentoo-2-856b98e993850e57d79616d134f0c1b21e48877d.tar.gz gentoo-2-856b98e993850e57d79616d134f0c1b21e48877d.tar.bz2 gentoo-2-856b98e993850e57d79616d134f0c1b21e48877d.zip |
stable ppc, bug 333775
(Portage version: 2.1.8.3/cvs/Linux ppc64)
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.15.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 7469c3da6cf4..de86bb67a8c5 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.93 2010/10/17 13:17:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.94 2010/10/20 13:52:55 ranger Exp $ + + 20 Oct 2010; Brent Baude <ranger@gentoo.org> rb_libtorrent-0.15.1.ebuild: + stable ppc, bug 333775 17 Oct 2010; Markos Chandras <hwoarang@gentoo.org> rb_libtorrent-0.15.4.ebuild: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild index bc1c80883fdf..439399d9a844 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1.ebuild,v 1.2 2010/08/23 19:51:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.3 2010/10/20 13:52:55 ranger Exp $ EAPI="2" WANT_AUTOMAKE="1.11.1" @@ -16,7 +16,7 @@ SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug doc examples python" RESTRICT="test" |