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 2D4081382C5 for ; Tue, 8 Dec 2020 11:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606BFE085B; Tue, 8 Dec 2020 11:44:52 +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 4259DE085B for ; Tue, 8 Dec 2020 11:44:52 +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 A0FA7340D30 for ; Tue, 8 Dec 2020 11:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24456473 for ; Tue, 8 Dec 2020 11:44:49 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607427880.073da3ef0994acd8d6e76e7aa5dfacd09d0d6dc8.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/moarvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/moarvm/moarvm-9999.ebuild X-VCS-Directories: dev-lang/moarvm/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 073da3ef0994acd8d6e76e7aa5dfacd09d0d6dc8 X-VCS-Branch: master Date: Tue, 8 Dec 2020 11:44:49 +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: 074a3d52-111c-4cb4-b4bf-0326b84036c5 X-Archives-Hash: f5af50f883d190ebdb70541a5ee4c897 commit: 073da3ef0994acd8d6e76e7aa5dfacd09d0d6dc8 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 8 11:42:38 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 8 11:44:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073da3ef dev-lang/moarvm-9999: remove unused dev-lang/lua dependency See the preceding commit for a detailed explanation. Bug: https://bugs.gentoo.org/752579 Signed-off-by: Marek Szuba gentoo.org> dev-lang/moarvm/moarvm-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index 60e866d48a0..cd8b0916bf6 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -26,7 +26,6 @@ IUSE="asan clang debug doc static-libs optimize ubsan" RDEPEND="dev-libs/libatomic_ops >=dev-libs/libuv-1.26 - dev-lang/lua:0= dev-libs/libffi" DEPEND="${RDEPEND}" BDEPEND="${RDEPEND}