commit:     d55d4156fc29c597f2c4f6968dd5d13dbe633f81
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 07:49:10 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 31 08:08:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55d4156

dev-ruby/neovim-ruby-client: add missing dependency

Closes: https://bugs.gentoo.org/723922
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild 
b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild
index 640c16bb6dd..f43de42f4cb 100644
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild
+++ b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,6 +21,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 
+RDEPEND+=" app-editors/neovim"
+DEPEND+=" test? ( app-editors/neovim )"
+
 ruby_add_rdepend "
        >=dev-ruby/msgpack-1.1:0
        =dev-ruby/multi_json-1*

Reply via email to