From b2e2e41d15cb59caf7e55a386457ab69d4c74467 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 11 Jan 2016 20:58:57 +0100 Subject: app-text/ronn: fix missing build dependencies, bug #571204 Package-Manager: portage-2.2.26 --- app-text/ronn/ronn-0.7.3-r3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app-text') diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index d242b055fa7b..26dd948bc1d0 100644 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild +++ b/app-text/ronn/ronn-0.7.3-r3.ebuild @@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" inherit ruby-fakegem -DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML" +DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and to HTML" HOMEPAGE="https://github.com/rtomayko/ronn/" LICENSE="MIT" @@ -19,12 +19,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -ruby_add_rdepend " +DEPS=" >=dev-ruby/hpricot-0.8.2 >=dev-ruby/mustache-0.7.0 >=dev-ruby/rdiscount-1.5.8" -ruby_add_bdepend ">=dev-ruby/hpricot-0.8.2 >=dev-ruby/rdiscount-1.5.8" +ruby_add_rdepend "${DEPS}" + +ruby_add_bdepend "${DEPS}" all_ruby_prepare() { # Avoid test failing due to changes in hash handling in ruby 1.8.7: -- cgit v1.2.3-65-gdbad