From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF94F1382C5 for ; Sun, 31 May 2020 08:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A47A3E091C; Sun, 31 May 2020 08:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86784E091C for ; Sun, 31 May 2020 08:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 503EC34F059 for ; Sun, 31 May 2020 08:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC0F279 for ; Sun, 31 May 2020 08:09:25 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1590912534.d55d4156fc29c597f2c4f6968dd5d13dbe633f81.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/neovim-ruby-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1-r1.ebuild X-VCS-Directories: dev-ruby/neovim-ruby-client/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d55d4156fc29c597f2c4f6968dd5d13dbe633f81 X-VCS-Branch: master Date: Sun, 31 May 2020 08:09:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87798c32-2807-48e1-959d-e67c1ac07a80 X-Archives-Hash: 32e9b1db1ae02321345f2a16562520f1 commit: d55d4156fc29c597f2c4f6968dd5d13dbe633f81 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 31 07:49:10 2020 +0000 Commit: Hans de Graaff gentoo 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 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*