diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-09-18 13:37:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-09-18 13:37:55 +0000 |
commit | 47cefbe75fa214eab28b75c344dcbf91415be01d (patch) | |
tree | fc8a4278f958328c08ab9cfcb20b2a0254cf77d7 /dev-ruby/httpclient | |
parent | Unmask net-misc/openswan-2.6. (diff) | |
download | gentoo-2-47cefbe75fa214eab28b75c344dcbf91415be01d.tar.gz gentoo-2-47cefbe75fa214eab28b75c344dcbf91415be01d.tar.bz2 gentoo-2-47cefbe75fa214eab28b75c344dcbf91415be01d.zip |
Restrict tests since they are known to fail.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r-- | dev-ruby/httpclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog index 27c2edb04156..89d1d395486f 100644 --- a/dev-ruby/httpclient/ChangeLog +++ b/dev-ruby/httpclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/httpclient # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.18 2010/08/31 19:48:35 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.19 2010/09/18 13:37:55 graaff Exp $ + + 18 Sep 2010; Hans de Graaff <graaff@gentoo.org> + httpclient-2.1.5.2-r2.ebuild: + Restrict tests since they are known to fail. 31 Aug 2010; Alex Legler <a3li@gentoo.org> httpclient-2.1.5.2-r2.ebuild: Add REE 1.8 support. diff --git a/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild b/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild index 9c6735042289..a7f5bd1af20d 100644 --- a/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild +++ b/dev-ruby/httpclient/httpclient-2.1.5.2-r2.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/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.2 2010/08/31 19:48:35 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.3 2010/09/18 13:37:55 graaff Exp $ EAPI=2 @@ -29,7 +29,8 @@ RDEPEND="${RDEPEND} !dev-ruby/http-access2" # tests are known to fail, but at least they fail for all -# implementations in the same way. +# implementations in the same way. Bug 335451. +RESTRICT="test" ruby_add_bdepend "test? ( virtual/ruby-test-unit )" # JRuby-specific dependency |