From 1ef5e5ffa91374e5537b9ad3c39adb85976726a3 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 5 Dec 2021 08:41:35 +0100 Subject: app-text/ronn-ng: fix build dependencies We need these dependencies also during build since we call rake and the Rakefile requires them. Closes: https://bugs.gentoo.org/828129 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff --- app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'app-text') diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild b/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild index 7353defff61e..421aa12c568d 100644 --- a/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild +++ b/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild @@ -20,12 +20,18 @@ IUSE="" RDEPEND+="!app-text/ronn" -ruby_add_rdepend " +DEPS=" >=dev-ruby/kramdown-2.1:2 - =dev-ruby/mustache-1* >=dev-ruby/nokogiri-1.9.0:0 " +ruby_add_rdepend " + =dev-ruby/mustache-1* + ${DEPS} +" + +ruby_add_bdepend "${DEPS}" + all_ruby_prepare() { sed -i -e '/mustache/ s/0.7/1.0/' ${RUBY_FAKEGEM_GEMSPEC} || die } -- cgit v1.2.3-65-gdbad