Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/
Date: Mon, 29 Jun 2020 17:26:39
Message-Id: 1593451566.da917c08c7712068e18d312cdf1f60ad16f3d372.graaff@gentoo
1 commit: da917c08c7712068e18d312cdf1f60ad16f3d372
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 17:25:40 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 17:26:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da917c08
7
8 dev-ruby/asciimath: add missing test dep
9
10 Closes: https://bugs.gentoo.org/730098
11 Package-Manager: Portage-2.3.99, Repoman-2.3.23
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/asciimath/asciimath-2.0.0.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-ruby/asciimath/asciimath-2.0.0.ebuild b/dev-ruby/asciimath/asciimath-2.0.0.ebuild
18 index a65964bf1a7..eb017c70ce9 100644
19 --- a/dev-ruby/asciimath/asciimath-2.0.0.ebuild
20 +++ b/dev-ruby/asciimath/asciimath-2.0.0.ebuild
21 @@ -17,3 +17,5 @@ LICENSE="MIT"
22 SLOT="1"
23 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 IUSE=""
25 +
26 +ruby_add_bdepend "test? ( dev-ruby/nokogiri )"