commit:     69a14c9b1602855c281e74ef34f42465b55eec65
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:00:36 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 17:00:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a14c9b

dev-ruby/highline: add missing rdoc test dependency

Fixes: https://677104.bugs.gentoo.org/attachment.cgi?id=563480
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/highline/highline-1.7.8.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/highline/highline-1.7.8.ebuild 
b/dev-ruby/highline/highline-1.7.8.ebuild
index b96e814ec0a..99fb2b506b7 100644
--- a/dev-ruby/highline/highline-1.7.8.ebuild
+++ b/dev-ruby/highline/highline-1.7.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="Changelog.md README.rdoc TODO"
 RUBY_FAKEGEM_DOCDIR="doc/html"
@@ -18,6 +18,8 @@ LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
+ruby_add_bdepend "test? ( dev-ruby/rdoc )"
+
 all_ruby_prepare() {
        # fix up gemspec file not to call git
        sed -i -e '/git ls-files/d' highline.gemspec || die

Reply via email to