diff options
author | 2009-12-17 20:10:53 +0000 | |
---|---|---|
committer | 2009-12-17 20:10:53 +0000 | |
commit | 8fb48f3bd6267dfe64b051809949179ceeb60809 (patch) | |
tree | 1e7c8d0c878c567c0935d42de525006f70e075b3 /net-libs/rb_libtorrent | |
parent | restrict test as they fail (diff) | |
download | gentoo-2-8fb48f3bd6267dfe64b051809949179ceeb60809.tar.gz gentoo-2-8fb48f3bd6267dfe64b051809949179ceeb60809.tar.bz2 gentoo-2-8fb48f3bd6267dfe64b051809949179ceeb60809.zip |
x86 stable, bug #290705
(Portage version: 2.2_rc59/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.14.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 335fc42623ac..11f339706c3a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.69 2009/12/17 20:08:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.70 2009/12/17 20:10:53 maekke Exp $ + + 17 Dec 2009; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.14.6.ebuild: + x86 stable, bug #290705 17 Dec 2009; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.14.6.ebuild: restrict test as they fail diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild index db56a5634644..20671f39b8a9 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.14.6.ebuild,v 1.4 2009/12/17 20:08:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.5 2009/12/17 20:10:53 maekke Exp $ EAPI="2" inherit autotools eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug doc examples python test" # remove this restrict in next version! RESTRICT="test" |