dev-ruby/rdoc: add missing dependency on rake
authorHans de Graaff <graaff@gentoo.org>
Sun, 21 Apr 2019 06:36:22 +0000 (08:36 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 21 Apr 2019 06:36:35 +0000 (08:36 +0200)
Add a missing built-time dependency on rake. Normally we assume that
rake is present due to it being in PDEPEND of dev-lang/ruby, but we
cannot rely on that assumption for packages in the bootstrap set.

Fixes: https://bugs.gentoo.org/674430
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-ruby/rdoc/rdoc-6.1.1.ebuild

index e779126f7a9f166c46b96d31f1ef6c5eeb93db0a..2e9fe98f2becd03270d54e4e57aa9ea637eee841 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,7 @@ RDEPEND+=">=app-eselect/eselect-ruby-20181225"
 ruby_add_bdepend "
        >=dev-ruby/kpeg-1.1.0-r1
        >dev-ruby/racc-1.4.10
+       dev-ruby/rake
        test? (
                dev-ruby/bundler
                >=dev-ruby/minitest-5.8:5