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 C14841382C5 for ; Sun, 14 Feb 2021 08:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF978E0937; Sun, 14 Feb 2021 08:29:32 +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 9099EE092F for ; Sun, 14 Feb 2021 08:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 420E2340EC9 for ; Sun, 14 Feb 2021 08:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC1984C9 for ; Sun, 14 Feb 2021 08:29:29 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1613291295.2ea041d030002bbdfd882e6ba55869a6a38c2919.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hermes/hermes-9999.ebuild X-VCS-Directories: dev-util/hermes/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2ea041d030002bbdfd882e6ba55869a6a38c2919 X-VCS-Branch: master Date: Sun, 14 Feb 2021 08:29:29 +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: 1f9268b4-8350-4851-8f1e-fc2dbceb7486 X-Archives-Hash: 6dd85f898745eb2403fa220bc1fe6f85 commit: 2ea041d030002bbdfd882e6ba55869a6a38c2919 Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 14 08:28:15 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 14 08:28:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea041d0 dev-util/hermes: sync live ebuild Signed-off-by: Joonas Niilola gentoo.org> dev-util/hermes/hermes-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-util/hermes/hermes-9999.ebuild b/dev-util/hermes/hermes-9999.ebuild index b7ca2487655..e616c7382f4 100644 --- a/dev-util/hermes/hermes-9999.ebuild +++ b/dev-util/hermes/hermes-9999.ebuild @@ -22,20 +22,23 @@ LICENSE="MIT" SLOT="0" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" + RESTRICT="!test? ( test )" RDEPEND="${LUA_DEPS} $(lua_gen_cond_dep ' + dev-lua/luafilesystem[${LUA_USEDEP}] dev-lua/luaposix[${LUA_USEDEP}] ') " +DEPEND="test? ( ${RDEPEND} )" PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch ) src_compile() { sed -e "s|@LUA@|${LUA}|g" \ - -i lib/tool.lua \ - -i bin/lua_cmd || die + -i lib/tool.lua \ + -i bin/lua_cmd || die } src_test() {