diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-04 06:51:30 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-04 06:51:30 +0000 |
commit | 66c62c45b7678ae34f681077e0d23b1ce68dc636 (patch) | |
tree | 9a5069abf26f4477638f98d9d5109b98fb980fc0 /dev-ruby/fastercsv | |
parent | Version bump with bug fixes. (diff) | |
download | gentoo-2-66c62c45b7678ae34f681077e0d23b1ce68dc636.tar.gz gentoo-2-66c62c45b7678ae34f681077e0d23b1ce68dc636.tar.bz2 gentoo-2-66c62c45b7678ae34f681077e0d23b1ce68dc636.zip |
Remove conditional in runtime dependencies, looks to be a mistake.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fastercsv')
-rw-r--r-- | dev-ruby/fastercsv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fastercsv/fastercsv-1.5.3.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-ruby/fastercsv/ChangeLog b/dev-ruby/fastercsv/ChangeLog index 5ced6508932b..f64ac6de2569 100644 --- a/dev-ruby/fastercsv/ChangeLog +++ b/dev-ruby/fastercsv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fastercsv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.8 2010/04/04 06:48:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/ChangeLog,v 1.9 2010/04/04 06:51:30 graaff Exp $ + + 04 Apr 2010; Hans de Graaff <graaff@gentoo.org> fastercsv-1.5.3.ebuild: + Remove conditional in runtime dependencies, looks to be a mistake. *fastercsv-1.5.3 (04 Apr 2010) diff --git a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild b/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild index a7cdd8c87dae..3bff33c9bf26 100644 --- a/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild +++ b/dev-ruby/fastercsv/fastercsv-1.5.3.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/fastercsv/fastercsv-1.5.3.ebuild,v 1.1 2010/04/04 06:48:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastercsv/fastercsv-1.5.3.ebuild,v 1.2 2010/04/04 06:51:30 graaff Exp $ EAPI=2 @@ -16,8 +16,6 @@ RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG README TODO" inherit ruby-fakegem -ruby_add_bdepend test virtual/ruby-test-unit - DESCRIPTION="FasterCSV is a replacement for the standard CSV library" HOMEPAGE="http://fastercsv.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" @@ -26,7 +24,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -ruby_add_rdepend test virtual/ruby-test-unit +ruby_add_bdepend test virtual/ruby-test-unit all_ruby_install() { all_fakegem_install |