commit: b2e2e41d15cb59caf7e55a386457ab69d4c74467 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jan 11 19:58:57 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jan 11 19:59:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e2e41d
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(-) diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index d242b05..26dd948 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:
