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/rb_libtorrent-0.15.1.ebuild | |
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/rb_libtorrent-0.15.1.ebuild')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |