commit:     ff438d78e7504f1cfbed0648354dc70fc76e7242
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 06:36:22 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 06:36:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff438d78

dev-ruby/rdoc: add missing dependency on rake

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/rdoc/rdoc-6.1.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rdoc/rdoc-6.1.1.ebuild b/dev-ruby/rdoc/rdoc-6.1.1.ebuild
index e779126f7a9..2e9fe98f2be 100644
--- a/dev-ruby/rdoc/rdoc-6.1.1.ebuild
+++ b/dev-ruby/rdoc/rdoc-6.1.1.ebuild
@@ -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

Reply via email to