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/rdoc/
Date: Fri, 16 Nov 2018 06:46:42
Message-Id: 1542350672.63d704567a7f982a7f5ad68336b46e807ee18d82.graaff@gentoo
1 commit: 63d704567a7f982a7f5ad68336b46e807ee18d82
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 16 06:44:32 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 16 06:44:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d70456
7
8 dev-ruby/rdoc: add missing bundler test dependency
9
10 Fixes: https://bugs.gentoo.org/671198
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-ruby/rdoc/rdoc-5.1.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
18 index b701fb53afb..d42a045fab6 100644
19 --- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
20 +++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -28,6 +28,7 @@ ruby_add_bdepend "
28 dev-ruby/kpeg
29 dev-ruby/racc
30 test? (
31 + dev-ruby/bundler
32 >=dev-ruby/minitest-5.8:5
33 )"