diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-17 20:08:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-17 20:08:00 +0000 |
commit | ca094ed9219121768bfa03b797a2bdeb6c59e7a7 (patch) | |
tree | 004eea0f01a01fae15d7b2361989c9b8f30f45ce /net-libs/rb_libtorrent | |
parent | Version bump, removing old version, taking over maintenance (diff) | |
download | gentoo-2-ca094ed9219121768bfa03b797a2bdeb6c59e7a7.tar.gz gentoo-2-ca094ed9219121768bfa03b797a2bdeb6c59e7a7.tar.bz2 gentoo-2-ca094ed9219121768bfa03b797a2bdeb6c59e7a7.zip |
restrict test as they fail
(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, 7 insertions, 2 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 92f70fabb463..335fc42623ac 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.68 2009/11/10 18:21:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.69 2009/12/17 20:08:00 maekke Exp $ + + 17 Dec 2009; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.14.6.ebuild: + restrict test as they fail 10 Nov 2009; Ben de Groot <yngwin@gentoo.org> +files/0.14.6-configure-ldflags-fix.patch, rb_libtorrent-0.14.6.ebuild: 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 96af94e97c86..db56a5634644 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.3 2009/11/10 18:21:58 yngwin Exp $ +# $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 $ EAPI="2" inherit autotools eutils flag-o-matic @@ -17,6 +17,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="debug doc examples python test" +# remove this restrict in next version! +RESTRICT="test" DEPEND="!net-libs/libtorrent || ( >=dev-libs/boost-1.35 |