diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-01-05 19:31:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-01-05 19:31:29 +0000 |
commit | a1c851e4c792fe0303b12492b69b8be04189c433 (patch) | |
tree | c8eff88ab9c25ab033f423f013b985467a2ef894 /dev-ruby/bson/bson-2.3.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-a1c851e4c792fe0303b12492b69b8be04189c433.tar.gz gentoo-2-a1c851e4c792fe0303b12492b69b8be04189c433.tar.bz2 gentoo-2-a1c851e4c792fe0303b12492b69b8be04189c433.zip |
Depend on dev-ruby/rdoc since virtual/ruby-rdoc is a noop these days.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/bson/bson-2.3.0.ebuild')
-rw-r--r-- | dev-ruby/bson/bson-2.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/bson/bson-2.3.0.ebuild b/dev-ruby/bson/bson-2.3.0.ebuild index f1d9b2e7d8a3..81ea2e69de62 100644 --- a/dev-ruby/bson/bson-2.3.0.ebuild +++ b/dev-ruby/bson/bson-2.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild,v 1.1 2014/06/16 14:22:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild,v 1.2 2015/01/05 19:31:29 graaff Exp $ EAPI=5 # jruby → support needs to be written properly @@ -35,7 +35,7 @@ ruby_add_bdepend \ dev-ruby/mocha dev-ruby/test-unit:2 ) - doc? ( virtual/ruby-rdoc )" + doc? ( dev-ruby/rdoc )" all_ruby_prepare() { # Remove bundler support |