diff options
author | Markus Meier <maekke@gentoo.org> | 2010-08-23 19:51:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-08-23 19:51:20 +0000 |
commit | a48610348f4fb30ca9c2375dfedf800b0b1dae3e (patch) | |
tree | e6074ec6d4a975ef4229b4b0f97afb0a428ecbf8 /net-libs/rb_libtorrent | |
parent | Simplify ebuild by patching Makefile, correct nls, fix parallel make. Remove ... (diff) | |
download | gentoo-2-a48610348f4fb30ca9c2375dfedf800b0b1dae3e.tar.gz gentoo-2-a48610348f4fb30ca9c2375dfedf800b0b1dae3e.tar.bz2 gentoo-2-a48610348f4fb30ca9c2375dfedf800b0b1dae3e.zip |
amd64/x86 stable, bug #333775
(Portage version: 2.2_rc68/cvs/Linux x86_64)
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 63bdfbdfaf36..53d5f358338c 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.89 2010/08/21 20:11:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.90 2010/08/23 19:51:20 maekke Exp $ + + 23 Aug 2010; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.15.1.ebuild: + amd64/x86 stable, bug #333775 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org> -files/0.14.6-configure-ldflags-fix.patch, 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 ffd99d893628..bc1c80883fdf 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.1 2010/07/01 08:32:25 hwoarang Exp $ +# $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 $ 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" |