summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-06-29 19:25:40 +0200
committerHans de Graaff <graaff@gentoo.org>2020-06-29 19:26:06 +0200
commitda917c08c7712068e18d312cdf1f60ad16f3d372 (patch)
tree5782d7cd3336f68000713b94cde0d672e0a5ba72 /dev-ruby/asciimath/asciimath-2.0.0.ebuild
parentdev-ruby/kramdown: add 2.3.0 (diff)
downloadgentoo-da917c08c7712068e18d312cdf1f60ad16f3d372.tar.gz
gentoo-da917c08c7712068e18d312cdf1f60ad16f3d372.tar.bz2
gentoo-da917c08c7712068e18d312cdf1f60ad16f3d372.zip
dev-ruby/asciimath: add missing test dep
Closes: https://bugs.gentoo.org/730098 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciimath/asciimath-2.0.0.ebuild')
-rw-r--r--dev-ruby/asciimath/asciimath-2.0.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ruby/asciimath/asciimath-2.0.0.ebuild b/dev-ruby/asciimath/asciimath-2.0.0.ebuild
index a65964bf1a7e..eb017c70ce9d 100644
--- a/dev-ruby/asciimath/asciimath-2.0.0.ebuild
+++ b/dev-ruby/asciimath/asciimath-2.0.0.ebuild
@@ -17,3 +17,5 @@ LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/nokogiri )"