diff options
author | 2010-05-22 15:19:57 +0000 | |
---|---|---|
committer | 2010-05-22 15:19:57 +0000 | |
commit | daaf9552c7c4c859a9d759d6498de2d7628771b2 (patch) | |
tree | ac3a30877e48550504c053213ac88c2f11d16a8d /dev-ruby | |
parent | Various cleanups. (diff) | |
download | gentoo-2-daaf9552c7c4c859a9d759d6498de2d7628771b2.tar.gz gentoo-2-daaf9552c7c4c859a9d759d6498de2d7628771b2.tar.bz2 gentoo-2-daaf9552c7c4c859a9d759d6498de2d7628771b2.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httpclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog index f551f7729129..900ecb6c0843 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.10 2010/01/04 04:03:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.11 2010/05/22 15:19:57 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + httpclient-2.1.5.2-r1.ebuild: + Various cleanups. *httpclient-2.1.5.2-r1 (04 Jan 2010) diff --git a/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild b/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild index 426632f4ad03..30fe5e285585 100644 --- a/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild +++ b/dev-ruby/httpclient/httpclient-2.1.5.2-r1.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-r1.ebuild,v 1.1 2010/01/04 04:03:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r1.ebuild,v 1.2 2010/05/22 15:19:57 flameeyes Exp $ EAPI=2 @@ -29,7 +29,7 @@ RDEPEND="!dev-ruby/http-access2" # tests are known to fail, but at least they fail for all # implementations in the same way. -ruby_add_bdepend test virtual/ruby-test-unit +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" # JRuby-specific dependency USE_RUBY="jruby" \ |