summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-01-11 20:58:57 +0100
committerHans de Graaff <graaff@gentoo.org>2016-01-11 20:59:49 +0100
commitb2e2e41d15cb59caf7e55a386457ab69d4c74467 (patch)
tree89e7d52d6a17be40e8ee64f75a1d1335adab525e /app-text
parentwww-apps/owncloud: drop vulnerable versions, bug #571576 (diff)
downloadgentoo-b2e2e41d15cb59caf7e55a386457ab69d4c74467.tar.gz
gentoo-b2e2e41d15cb59caf7e55a386457ab69d4c74467.tar.bz2
gentoo-b2e2e41d15cb59caf7e55a386457ab69d4c74467.zip
app-text/ronn: fix missing build dependencies, bug #571204
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ronn/ronn-0.7.3-r3.ebuild8
1 files 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 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: