diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-17 23:47:38 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-17 23:47:38 +0000 |
commit | 2bbcbdb6059af33175ef4e7b70956e3898744b7b (patch) | |
tree | 9e8bddab5f71160d8ededd44fec4b9858c1e73b1 /net-libs/rb_libtorrent | |
parent | Initial ebuild import for ChromiumOS. (diff) | |
download | gentoo-2-2bbcbdb6059af33175ef4e7b70956e3898744b7b.tar.gz gentoo-2-2bbcbdb6059af33175ef4e7b70956e3898744b7b.tar.bz2 gentoo-2-2bbcbdb6059af33175ef4e7b70956e3898744b7b.zip |
marked x86 per bug 411871
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
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.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index d63438db5b67..ef77f27c34ca 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.121 2012/04/17 15:42:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.122 2012/04/17 23:47:38 jdhore Exp $ + + 17 Apr 2012; Jeff Horelick <jdhore@gentoo.org> rb_libtorrent-0.15.9.ebuild: + marked x86 per bug 411871 *rb_libtorrent-0.16.0 (17 Apr 2012) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild index f6bcc50f7081..c9881d25a42c 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.9.ebuild,v 1.3 2012/02/05 01:32:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v 1.4 2012/04/17 23:47:38 jdhore Exp $ EAPI="2" 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" |