From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1492790-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BEC215802F for <garchives@archives.gentoo.org>; Sat, 4 Mar 2023 07:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97262E091A; Sat, 4 Mar 2023 07:05:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 749CEE0924 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2023 07:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A7D6341029 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2023 07:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 083358CF for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2023 07:05:00 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1677913496.9c7608ff1d22b9ba201f2bfdfa12a28ab60145e6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.8.3.ebuild app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9c7608ff1d22b9ba201f2bfdfa12a28ab60145e6 X-VCS-Branch: master Date: Sat, 4 Mar 2023 07:05:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f99a186-cf13-4562-ae95-0c80d5d6ba02 X-Archives-Hash: cd67e702aa9408de665512e559a45a20 commit: 9c7608ff1d22b9ba201f2bfdfa12a28ab60145e6 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Mar 4 07:04:02 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Mar 4 07:04:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7608ff app-editors/neovim: fix BDEPEND Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-editors/neovim/neovim-0.8.3.ebuild | 2 +- app-editors/neovim/neovim-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/neovim/neovim-0.8.3.ebuild b/app-editors/neovim/neovim-0.8.3.ebuild index 9c7e5e9b070b..7accf336c721 100644 --- a/app-editors/neovim/neovim-0.8.3.ebuild +++ b/app-editors/neovim/neovim-0.8.3.ebuild @@ -62,7 +62,7 @@ RDEPEND=" ${DEPEND} app-eselect/eselect-vi " -BDEPEND=" +BDEPEND+=" test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') ) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 6083e311ff39..30760d605912 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,7 +62,7 @@ RDEPEND=" ${DEPEND} app-eselect/eselect-vi " -BDEPEND=" +BDEPEND+=" test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') )