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 841471382C5 for ; Fri, 12 Feb 2021 16:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99595E09C2; Fri, 12 Feb 2021 16:20:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79532E09C2 for ; Fri, 12 Feb 2021 16:20:38 +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 4EEF5340D78 for ; Fri, 12 Feb 2021 16:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE33A495 for ; Fri, 12 Feb 2021 16:20:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613146831.ac2174fec66121ba3a6047f6d1630b0e477671ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vis/vis-0.7.ebuild app-editors/vis/vis-9999.ebuild X-VCS-Directories: app-editors/vis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac2174fec66121ba3a6047f6d1630b0e477671ae X-VCS-Branch: master Date: Fri, 12 Feb 2021 16:20:35 +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: ee4f6db3-d4ba-4c68-8d1b-1a945dbeac19 X-Archives-Hash: 8938dd0549fd8fe68bee377ad09b6186 commit: ac2174fec66121ba3a6047f6d1630b0e477671ae Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Feb 4 18:22:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 12 16:20:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2174fe app-editors/vis: Make test depend on dev-lua/lpeg Closes: https://bugs.gentoo.org/768558 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/19328 Signed-off-by: Sam James gentoo.org> app-editors/vis/vis-0.7.ebuild | 6 ++++-- app-editors/vis/vis-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild index 4d2ac5754f6..c9d0b3047ab 100644 --- a/app-editors/vis/vis-0.7.ebuild +++ b/app-editors/vis/vis-0.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_PTV=0.5 -LUA_COMPAT=( lua5-2 lua5-3 lua5-4 ) +LUA_COMPAT=( lua5-2 lua5-3 ) inherit lua-single optfeature @@ -26,6 +26,8 @@ DEPEND="dev-libs/libtermkey tre? ( dev-libs/tre:= )" RDEPEND="${DEPEND} app-eselect/eselect-vi" +# https://github.com/martanne/vis-test/issues/28 +BDEPEND="test? ( $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') )" pkg_setup() { use lua && lua-single_pkg_setup diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index bb8d1be8d88..9f919a60fc3 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-2 lua5-3 lua5-4 ) +LUA_COMPAT=( lua5-2 lua5-3 ) inherit lua-single git-r3 optfeature @@ -23,6 +23,8 @@ DEPEND="dev-libs/libtermkey tre? ( dev-libs/tre:= )" RDEPEND="${DEPEND} app-eselect/eselect-vi" +# https://github.com/martanne/vis-test/issues/28 +BDEPEND="test? ( $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') )" pkg_setup() { use lua && lua-single_pkg_setup