dev-ruby/highline: add missing rdoc test dependency
authorHans de Graaff <graaff@gentoo.org>
Sun, 21 Apr 2019 17:00:36 +0000 (19:00 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 21 Apr 2019 17:00:36 +0000 (19:00 +0200)
Fixes: https://677104.bugs.gentoo.org/attachment.cgi?id=563480
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-ruby/highline/highline-1.7.8.ebuild

index b96e814ec0af4ca155a82257de4556a2fa27a2e0..99fb2b506b762105f389620ab137c28a78c570ba 100644 (file)
@@ -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